Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Date default format
Ulf,
Thanks for the response. I've been able to get this to work if I alter the current session (ALTER SESSION SET...) from the client side, but from the online docs, there's this paragraph:
"You can alter the default value of NLS_DATE_FORMAT by changing its value in the initialization file and then restarting the instance, and you can alter the value during a session using an ALTER SESSION SET NLS_DATE_FORMAT command"
That sounds to me like I should be able to set it in the INIT.ORA file and have it be the default for all sessions. Maybe I'm wrong. It wouldn't be the first time:)
Rich
> I think you have to look at the NLS parameter on the "client" side not
>startup parameters to the database.
>
Received on Fri Oct 02 1998 - 10:46:00 CDT