NLS_LANG problem

admin

Administrator
Staff member
I don't know which NLS parameters to use ; I tried to put in all my php files :
*****************************
putenv("NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1");
*****************************

But it returns the following error :
*****************************
Oracle error 12705 ORA-12705 Invalid or unknown NLS parameter value specified
******************************

Actually, I don't know how to configure this NLS parameter ; Should I do something in my linux configuration, or use the putenv("NLS_LANG=...") command with another parameter ?

Do you have a clue about that ?

Thank's a lot for replying me,
Francois
 
Back
Top