Forum Discussion
aagj
6 years agoFrequent Visitor
NLS problems - I cannot get access to oracle database
Error: Oracle: ORA-12705: Cannot access NLS data files or invalid environment specified
5 Replies
- nandukrishnavsCommunity Champion
Refer to this link http://www.dba-oracle.com/t_ora_12705_resolution.htm
Did I answer your question? Mark my post as a solution!
Appreciate with a kudos 🙂- aagjFrequent Visitor
nandukrishnavs
I don't get this error when I am using my old laptop (I changed yesterday) and I have checked all the NLS parameter values...- nandukrishnavsCommunity Champion
Possible reasons are
- An attempt was made to issue an ALTER SESSION statement with an invalid NLS parameter or value.
- The NLS_LANG environment variable contains an invalid language, territory, or character set.
You can resolve this by unset the NLS_LANG environment variable
The NLS_LANG must be unset in the Windows registry (re-named is best). Look for the NLS_LANG subkey in the registry at \HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE, and rename it.
Did I answer your question? Mark my post as a solution!
Appreciate with a kudos 🙂