Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: newbie - How to use code page translation
Sorry, I was a little wrong.
If you running 16-bit ODBC then the win.ini should have a section [Oracle]
that contains
a line like this : ORA_CONFIG1=C:\OraWin\Oracle.ini
And Oracle.ini should contain the NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1
under the [Oracle] section.
If you running 32-bit ODBC then the registry is used. In registry the key is HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE and the string is NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1.
Good luck
/Ulf
Matthias Scheerer wrote in message <36075856.F577453_at_usa.net>...
>I don't find the parameter NLS_LANG in my win.ini. Into which section
>should I include it?
>
>Ulf Magnusson wrote:
>
>> Hello
>> I think it has to do with your NLS-parameters.
>> Check in the registry or win.ini file.
>> I have the parameter NLS_LANG set to
NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1
>> and the swedish signs едц works fine.
>>
>> /Ulf
>
>
>
Received on Wed Sep 23 1998 - 03:45:13 CDT
![]() |
![]() |