Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Off Topic: Obtaining Thousandths of A Second from the O/S
On Thu, 18 Jan 2001, MacGregor, Ian A. wrote:
> A member of our controls group, they're the people who actually run the accelerator,
> is talking about storing "real time" status information of various components in
> oracle. She needs to store the status time down to milliseconds. So sysdate will
> not do. I was thinking of using an oracle date field, plus another field to store
> the fractional seconds.
>
...
Ian, check out the high resolution timer. man gethrtime
It will do nanoseconds.
This could be used as an external lib
in Oracle 8+.
Received on Thu Jan 18 2001 - 18:03:29 CST
![]() |
![]() |