Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> oracle strange beaviour
hi to all,
I have installed a 9.0.1 oracle on SuSE Linux 7.2. I set all environment variables on /etc/profile.d/oracle.sh (that is called by /etc/rc.d/oracle). If a do "set" command i can see NLS_LANG variable correctly set to "italian"
...
NLS_CHARACTERSET=WE8ISO8859P1
NLS_LANG=italian
...
All seems ok BUT... if I execute imp or exp utility I see messages in english
(and they uses ASCII char encoding).
Now is the strange: if I do
export NLS_LANG=italian
the NLS_LANG value has THE SAME VALUE THAN BEFORE but now imp and exp work
correctly in italian!! HOW ?
Probably I've not been clear in mind how environment variables works.. :(
-- Posted from [195.94.135.242] via Mailgate.ORG Server - http://www.Mailgate.ORGReceived on Tue Dec 18 2001 - 10:09:10 CST
![]() |
![]() |