Re: Microseconds in Oracle

From: Kjartan R Gudmundsson <kjartang_at_ejs.is>
Date: 1996/07/04
Message-ID: <4rheck$ok3_at_njala.saga.is>#1/1


from the file dbmsutil.sql in $ORACLE_HOME/rdbms/admin. use this function in dbms_utility package for timers.   function get_time return number;

  • Find out the current time in 100th's of a second.
  • Output argukments:
  • get_time
  • The time is the number of 100th's of a second from some
  • arbitrary epoch.
Received on Thu Jul 04 1996 - 00:00:00 CEST

Original text of this message