Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Date format
Daniel wrote:
>
> Do not rely on nls_date_format to perform your masking by default. Use the
> formating string in to_date and to_char to mask the date to the resolution
> you want.
>
> Daniel
> Austin, TX
>
> "Sybrand Bakker" <postbus_at_sybrandb.demon.nl> wrote in message
> news:38878994.14374215_at_news.demon.nl...
> > On Thu, 20 Jan 2000 21:29:53 GMT, narenn_at_my-deja.com wrote:
> >
> > >Does oracle store date upto a milli second resolution. If so how to
> > >set the nls_date_format to get upto this resolution?
> > >
> > >Thanks
> > >
> > >-Naren
> > >Tech Application Specialist
> > >
> > >
> > >Sent via Deja.com http://www.deja.com/
> > >Before you buy.
> > No.
> > You could use dbms_utility.get_time to get similar info, however that
> > counts from server boot.
> >
> >
> > Hth,
> >
> >
> > Sybrand Bakker, Oracle DBA
No combination of date format will get anything less than 1 second.
You need to use v$timer or equivalent.
HTH
--
"Some days you're the pigeon, and some days you're the statue." Received on Fri Jan 21 2000 - 04:18:15 CST
![]() |
![]() |