Oracle PL/SQL Tutorial/System Tables Data Dictionary/timer
Query v$timer
SQL>
SQL> select hsecs, dbms_utility.get_time from v$timer;
HSECS GET_TIME
---------- ----------
692625 692627
SQL>
SQL> select hsecs, dbms_utility.get_time from v$timer;
HSECS GET_TIME
---------- ----------
692625 692627