Re: NLS parameters for users set diffrent from database
Date: Thu, 01 Aug 2002 22:21:40 +0200
Message-ID: <3D499854.3050500_at_hotmail.com>
Yes, just add an ALTER SESSION SET NLS_<see the doc book> at the end of the glogin.sql file... or set the environment variable NLS_LANG=DUTCH.NETHERLANDS (not sure, once again, see the doc book to get the right value) but be careful, setting the environement variable change the error and dialog messages language from sqlplus (all the xxx rows retrived and ORA-xxx messages). That's why i put an alter session in the glogin file.
not very clean, but useful...
Hope this help you.
Benj
The_Very wrote:
> Hi,
>
> I created my database as American, but all my new users are being
> created as Dutch with the nls-parameters set as such. Giving
> interesting problems with decimal point is comma etc.
>
> Anything I can do against this?
>
> Thanks,
> Frank
Received on Thu Aug 01 2002 - 22:21:40 CEST
