Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> dbms_utility.get_time returns negative number

dbms_utility.get_time returns negative number

From: John Dunn <jldunn_at_ukgateway.net>
Date: 5 Aug 2002 08:42:27 -0700
Message-ID: <73085f70.0208050742.76cff19c@posting.google.com>


Is is correct that dbms_utility.get_time returns a negative number?

I want to get the time in hundredths of a second.

SQLWKS> declare l_time number;
     2> begin l_time := dbms_utility.get_time;
     3>  dbms_output.put_line(to_char(l_time));
     4> end;
     5> 
     6> 
     7> 

Statement processed.
-223020877 Received on Mon Aug 05 2002 - 10:42:27 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US