SQL Dev Web run time
Summary
Where can I find SQL query times in SQL Dev WebContent
In the SQL Developer PC client, the amount of time a SQL query took to run is displayed when the query finishes. Where can I find that in SQL Dev Web? SQL History just shows when a query was submitted.
Also, when a query finishes I can view a log by clicking on the link where the time and message displays in the bottom left of the screen. The log shows when the query finished. I guess I could take this finish time and the start time from SQL history to calc the elapsed time, but the app should do that for me. And the time in the log is displayed in UTC. Why isn't it displayed in the local time zone?
Tagged:
1