How To Find Query Execution Time in Oracle SQL Developer?

How To Find Query Execution Time in Oracle SQL Developer?

You have executed a query in Oracle SQL Developer, and now you want to view the execution time for that SQL query. Below is a tip to how to find query execution time in Oracle SQL Developer.

Find Query Execution Time in Oracle SQL Developer

Before running the query in Oracle SQL Developer, open the SQL History panel window by one of the following ways:

  1. Click on the menu View > SQL History.
  2. Press F8 Key.

Now run your SQL query, and you will be able to find the query execution time in Duration column of SQL history window in Oracle SQL Developer, as shown in below image. By default, SQL History shows the result in descending order, but if not you can view the result in descending order by clicking on the Timestamp column header.

SQL History window view

See also:

  • Oracle SQL Developer Tutorials

This Post Has One Comment

  1. Suhail

    Hi,
    please share me the Oracle SQL fundamentals.

Comments are closed.