Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: How to use multiple NLS_LANG on WindowsNT
Yes, that's right, and it is working.
But the problem is that this information is located under the registry tree: HKEY_LOCAL_MACHINE\Software\ORACLE
And, a normal NT-User does not have write-access to this part of Registry, unless the user is a member of the local Administrator group on the machine. That is normally not the case.
Thanks for the response
Lars,
C. N. Venkatesh Vinod wrote in message
<01bdfa55$8e1a62e0$190394ad_at_QCS_02_95W.BSN.BOSCH.INDIA.DE>...
>Hello Lars,
>
>Mostly the NLS_LANG is picked up only in the beginning of the application
>(Forms) startup, unlike FORMS45_PATH variable. So, Just before bringing
>up the forms application, set the registry to point to the reqd NLS_LANG
>value. This should be done dynamically in both applications.
>
>Try this out.
>
>- Vinod.
>
>Lars Loraas <lars.loraas_at_oslo.media.telenor.no> wrote in article
><707l2o$c2v_at_info.telenor.no>...
>> Hi.
>>
>> I am running two Applications that are using Oracle SQL*net 32bit on
>> NT-Workstation
>>
>> One application (Agresso) is using the default characterset
>> AMERICAN_AMERICA.WE8ISO8859P1
>>
>> Another application is using antoher characterset
>> AMERICAN_AMERICA.NE8ISO8859P10.
>>
>> As far as I know, both applications are using the registry parameter
>> NLS_LANG that is located under HKLM\Software\Oracle
>> How can I run both these applications on the same computer at the same
>time?
>>
>> Any suggestions?
>>
>> Thanks,
>> Lars,
>>
>>
>>
>>
>>
Received on Tue Oct 20 1998 - 09:18:08 CDT