|
Re: ora-12705 - Invalid or unknown NLS parameter value specified [message #26992 is a reply to message #26991] |
Tue, 12 August 2003 00:45   |
Rahman
Messages: 40 Registered: July 2003
|
Member |
|
|
ORA-12705 invalid or unknown NLS parameter value specified
Cause: There are two possible causes: Either an attempt was made to issue an ALTER SESSION statement with an invalid NLS parameter or value; or the NLS_LANG environment variable contains an invalid language, territory, or character set.
Action: Check the syntax of the ALTER SESSION command and the NLS parameter, correct the syntax and retry the statement, or specify correct values in the NLS_LANG environment variable. For more information about the syntax of the ALTER SESSION command, see Oracle8i SQL Reference.
rehman
|
|
|
|
|
|
|
|
Re: ora-12705 - Invalid or unknown NLS parameter value specified [message #454046 is a reply to message #26991] |
Mon, 03 May 2010 15:49  |
FOSDTAMA
Messages: 4 Registered: May 2010 Location: Venezuela
|
Junior Member |
|
|
Try this...
check if exist into windows registry (regedit) the oracle_home
Example
[HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE]
ORACLE_HOME=D:\Appls\Oracle
if not create one.
and add the path into the windows variable PATH adding bin folder
example D:\Appls\Oracle\bin
Control Panel -> System -> Advanced Options -> Environment variables - > system variables -> path
|
|
|