Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> set timing on
Hello all
Quick question, how do you get the timing in mins and secs when you set timing on in sqlplus.
SQL-ORACLE-AHMEDZ> set timing on
SQL-ORACLE-AHMEDZ> select * from v$database;
NAME CREATED LOG_MODE CHECKPOINT_CHANGE# ARCHIVE_CHANGE#
--------- -------------------- ------------ ------------------ --------------- ORACLE 12/10/99 14:53:44 NOARCHIVELOG 1059810471
real: 211
SQL-ORACLE-AHMEDZ>
As you can see it returns the time in real.
Thanks
Zabair
![]() |
![]() |