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 -> Re: pl/sql: millisec

Re: pl/sql: millisec

From: <yong321_at_yahoo.com>
Date: Tue, 17 Oct 2000 19:17:43 GMT
Message-ID: <8si8kf$58m$1@nnrp1.deja.com>

In article <8si3m9$do$1_at_nnrp1.deja.com>,   zyman_at_my-deja.com wrote:
> The question is how to get time with millisec in pl/sql procedure?
> actually not in pl/sql but what C function should I use in external
> library to get millisec?
> Thank You.

PL/SQL can't get you granularity finer than a centisecond. If your system does not have that granularity, your C function can't give you that either. On Solaris, type getconf CLK_TCK to find out. 100 means centisecond. 1000 means millisecond.

--
Yong Huang

(yong321_at_yahoo.com)


Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Tue Oct 17 2000 - 14:17:43 CDT

Original text of this message

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