Could we get a little more explanation?
If you want to know how long one specific query took in a sqlplus script, use:
SQL> set timing on
SQL> select count(*) CNT from myTable;
CNT
-----------
12
Elapsed: 00:00:00.1
SQL>
|
Results 1 to 3 of 3
Thread: when Query is done ??Threaded View
|
Click Here to Expand Forum to Full Width |