start application with nls_lang environment variable
Posted: Sat 02 Feb 2013 12:07
I want start application like this
C:\>set nls_lang=...
C:\>MyApp.exe
At now moment application start with NLS_LANG in registry, how I can check current NLS_LANG on registry tools from ODAC for given OracleHome?
I want compare NLS_LANG from environment variable and NLS_LANG from registry from selected OracleHome and if they different then send alter session command (after session connected).
C:\>set nls_lang=...
C:\>MyApp.exe
At now moment application start with NLS_LANG in registry, how I can check current NLS_LANG on registry tools from ODAC for given OracleHome?
I want compare NLS_LANG from environment variable and NLS_LANG from registry from selected OracleHome and if they different then send alter session command (after session connected).