PLSQLDEVELOPER unable to pick userenv('LANG') from registry

Ata

Member
Dear Team,

Kindly let me know what could be the reason so as to know why PL/SQL Developer is unable to pick NLS_LANG setting from Registry > HKEY_LOCAL_MACHINE > Software > Oracle > NLS_LANG

Rgrds,
Ata
 
In the registry key above I am missing the Oracle Home section. For example:

HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\KEY_OraClient11g_home\NLS_LANG

If you have a 64 Bit Windows OS then you need the 32 Bit registry. For example:

HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ORACLE\KEY_OraClient11g_home
 
Back
Top