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: Milliseconds Oracle 7.3

Re: Milliseconds Oracle 7.3

From: Connor McDonald <connor_mcdonald_at_yahoo.com>
Date: Fri, 24 Nov 2000 18:42:27 +0800
Message-ID: <3A1E4613.74A1@yahoo.com>

Anders Kjær wrote:
>
> Hi
>
> Is it possible to insert a date in this format :
> dd-mm-yyyy hh:mm:ss:ms - where ms is milliseconds
>
> I cant get i work.
>
> Regards
> Anders kjaer

No...

dbms_utility.get_time can give 100'ths of the second (but not related to a time as such)...or you can use a java proc (8i+) to get the time from the OS.

HTH

-- 
===========================================
Connor McDonald
http://www.oracledba.co.uk (mirrored at
http://www.oradba.freeserve.co.uk)

"Some days you're the pigeon, some days you're the statue"
Received on Fri Nov 24 2000 - 04:42:27 CST

Original text of this message

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