Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: DATE format
You can set the NLS_DATE_FORMAT by:
1. Issuing an ALTER SESSION SET NLS_DATE_FORMAT = 'dd.mm.yyyy' ;
This may placed in a login script
Read up on the NLS_.. paramters in the Oracle Server Reference manual. Ther are many ways to accomplish what you seem to want, it just depends on what you need for this specific case. It won't do to change the overall date format default for entire database instance via the init.ora file if the ned exists only for a "once a week" job.
HTH
James
In article <7hrun3$6kj$1_at_news.hamburg.pop.de>,
"Susanne Mainz" <susannemainz_at_hotmail.com> wrote:
> Hi everybody,
>
> how can I change the DATE format, so I can do my inserts using the
regular
> German format, e.g. '01.05.1854'? The only format I can use now is
> 'dd-mon-yy'...
>
> thanx
>
>
--== Sent via Deja.com http://www.deja.com/ ==-- ---Share what you know. Learn what you don't.--- Received on Thu May 20 1999 - 08:08:40 CDT
![]() |
![]() |