Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

SP2-0750

963405Jan 9 2013 — edited Jan 9 2013
Hi,

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....
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 6 2013
Added on Jan 9 2013
3 comments
368 views