1848749 Members
20742 Online
104036 Solutions
New Discussion

Re: NLS_LANG problems

 
SOLVED
Go to solution
Denton Williams
Advisor

NLS_LANG problems

Hi All,
I am having problems with my NLS_LANG when I try to connect to Oracle. I have it set in my .profile as follows:
NLS_LANG=AMERICAN-AMERICAN.USF8

When I try to connect it says that it does not recognize the NLS_LANG. Where can I find the language set of my HP Unix 11 system? Is it set anywhere else apart from my .profile?

Thanks,
Dee.
Working hard
3 REPLIES 3
Chris Lo
New Member
Solution

Re: NLS_LANG problems


It's

AMERICAN_AMERICA.UTF8

instead...if you want to be
able to store double byte character...

Re: NLS_LANG problems

replace you line in .profile with the below one and try

export NLS_LANG= AMERICAN_AMERICA.UTF8

Or else open a session and explicitly run the above on your prompt and try.

Srini

It Has Been...
Denton Williams
Advisor

Re: NLS_LANG problems

Thanks Guy's you saved me tonnes of brain cells.
Working hard