Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Date conversion
Marek Lange wrote:
>
> Hi all,
>
> is there a way to convert the string
>
> 2003-02-07 11:20:17,141
>
> (log4j output) to the Oracle 'Date' datatype?
>
> Thanks,
>
> Marek
If you are using a version 9 RDBMS you can make use of the TIMESTAMP datatype which will store fractions of a second. DATE will not store to a greater precision than a second. Received on Fri Feb 07 2003 - 05:18:10 CST
![]() |
![]() |