Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Time precision
There is no millisecond in Oracle let along microsecond, at-least usable by
users. Oracle date is reported accurate to seconds only. Of course
dbms_utility.get_time gets you to 1/100th of a second from an arbitrary
epoch.
BTW it would be possible to employ external procedures and tap into OS supplied date functions to retrieve dates, and that I assume will be even more precise.
HTH
Raj