Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: date format
You can build a java procedure that it has a functionality more granular than DATE format.
For 100th seconds you have dbms_utility.get_time and v$timer.
I think that 9i has it.
Regards.
.
> -----Mensaje original-----
> De: Koivu, Lisa [SMTP:lkoivu_at_qode.com]
> Enviado el: lunes 12 de marzo de 2001 16:06
> Para: Multiple recipients of list ORACLE-L
> Asunto: RE: date format
>
> Hi Sonja,
>
> Unfortunately Oracle does not support milliseconds.
>
> Lisa Rutland Koivu
> Oracle Database Administrator
> Qode.com
> 4850 North State Road 7
> Suite G104
> Fort Lauderdale, FL 33319
>
> V: 954.484.3191, x174
> F: 954.484.2933
> C: 954.658.5849
> <http://www.qode.com>
>
> "The information contained herein does not express the opinion or position
> of Qode.com and cannot be attributed to or made binding upon Qode.com."
>
>
> -----Original Message-----
> From: Sonja Šehovic [ <mailto:sonja.sehovic_at_pbz.hr>]
> Sent: Monday, March 12, 2001 9:20 AM
> To: Multiple recipients of list ORACLE-L
> Subject: date format
>
>
> List hi!
> When we want to format data, we can do:
> select to_char(sysdate,'dd.mm.yyyy hh24:mi:ss') from dual;
> Is it possible to format it even further (like miliseconds)?
>
> TIA,
> Sonja
> --
> Please see the official ORACLE-L FAQ: <http://www.orafaq.com>
> --
> Author: =?ISO-8859-2?Q?Sonja_=A9ehovi=E6?=
> INET: sonja.sehovic_at_pbz.hr
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
>
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Trassens, Christian INET: CTrassens_at_uni2.es Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Thu Mar 15 2001 - 11:58:44 CST
![]() |
![]() |