SP2-0750
963405Jan 9 2013 — edited Jan 9 2013Hi,
I am getting this error when i am trying to connect sqlplus on windows environment on client machine.
Error 6 initializing SQL*Plus
Message file sp1<lang>.msb not found
SP2-0750: You may need to set ORACLE_HOME to your Oracle software directory
I checked C:\oracle\product\10.2.0\db_1 but there is no sqlplus folder installed.
i set the following variables
C:\>set ORACLE_HOME=<your Oracle Home>
C:\>set PATH=%ORACLE_HOME%\bin;%PATH%
C:\>set ORACLE_SID=<your SID>
C:\>sqlplus "/ as sysdba"
Still i am getting this error
Please suggest the solution....