Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: date fromat for 9i
"George D. Benetos" <gbenet_at_intracom.gr> wrote in message news:<c398u2$kud$1_at_newsserv.intranet.gr>...
> I get the following result from sql plus
>
> 'yyyy-mm-dd hh24:mi:ss.0'
>
> instead of
>
> 'yyyy-mm-dd hh24:mi:ss'
>
> when I try to retrieve a culumn DATE .
> The code is the same , only change from 8i to 9i .
>
>
> Any ideas ?
>
> thanx .....
Check the nls_date_format setting for the database along with the other NLS settings in v$nls_parameters.
HTH -- Mark D Powell -- Received on Wed Mar 17 2004 - 12:10:22 CST