ORA-12705: Cannot access NLS data files or invalid environment specified, ora-12705nls
If an accident occurs due to the configuration of the oracle client, you can directly Delete NLS_LANG from the environment variable.
ORA-12705: Cannot access NLS data files or invalid environment specified error when installing orcal in linux
The following error occurs when connecting to the oracle database:
Solution: the eclipse Environment Code conflicts with oracle.
In the Registry, the value of NLS_LANG is SIMPLIFIED CHINESE_CHINA.ZHS16GBK.
The-Duser. language attribute of the configuration file eclipse. ini at eclipse startup is en
Change en to zh to solve the problem.
Hope to help you!
Oracle ORA-12705: Cannot access NLS data files or invalid environment specified
2705,000 00, "Cannot access NLS data files or invalid environment specified"
// * Cause: Either an attempt was made to issue an alter session command
// With an invalid NLS parameter or value; or the environment
// Variable (s) NLS_LANG, ORA_NLSxx, or ORACLE_HOME was incorrectly
// Specified, therefore the NLS data files cannot be located.
// * Action: Check the syntax of the alter session command and the NLS
// Parameter, correct the syntax and retry the statement, or
// Specify the correct directory path/values in the environment
// Variables.
Check whether your parameter file is correct.