NFO: Read: Unable to connect to local ASM Instance. The following error occured: ORA-12705: Cannot access NLS data files or invalid environment specified
Check the environment variable is showing correct path:
echo $ORA_NLS10
It should show $CRS_HOME/nls/data , if its showing another path you will get this error.
export correct path as below:
export ORA_NLS10=$CRS_HOME/nls/data
if you need to set permanently, we can set correct path in .bash_profile
Check the environment variable is showing correct path:
echo $ORA_NLS10
It should show $CRS_HOME/nls/data , if its showing another path you will get this error.
export correct path as below:
export ORA_NLS10=$CRS_HOME/nls/data
if you need to set permanently, we can set correct path in .bash_profile
No comments:
Post a Comment