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
I found a way of doing this by using a DOS batch file. In that batch
file, you should have two lines, one to set the character set, the other
to start your application:
set NLS_LANG=AMERICAN_AMERICA.NE8ISO8859P10 f50run32 userid=scott/tiger_at_2: module=mymod
I don't know if this will work with every application, but Runforms 5 and Reports 3 certainly have no problems with this (tested on Windows 95 and Windows NT).
Marc Billiet
Lars Loraas wrote:
>
> 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 Mon Oct 19 1998 - 01:16:37 CDT