Hi,
Look at this,
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.
Check it out
Bijoy
Main Topics
Browse All Topics





by: dbrowerPosted on 2001-11-14 at 06:18:11ID: 6631385
You need to have the database started for SQL*Plus to connect to in order to do any thing within SQL*Plus.
it sounds like you may have a problem with the Net8 configuration. Go back over the configuration using the Net8 Assist utility
Good luck