Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Does Oracle support miliseconds?
There is a package call DBMS_UTILITY which returns the time in hundredths of
a second, however you have to store it in a seperate number column as the
DATE datatype only supports times down to seconds.
example:-
SELECT SYS.DBMS_UTILITY.GET_TIME from DUAL ; Received on Tue Mar 30 1999 - 15:50:54 CST
![]() |
![]() |