我尝试使用ORALCE_HOME
启动sqlplus
时遇到问题。输出是这样的:
Error 6 initializing SQL*Plus
SP2-0667: Message file sp1<lang>.msb not found
SP2-0750: You may need to set ORACLE_HOME to your Oracle software directory
我已经尝试过此命令,但是它不起作用:
set PATH=c:\oracle\ora92\bin;%PATH%
set ORALCE_HOME=c:\oraclexe\app\oracle\product\11.2.0\server\bin\sqlplus
请问有人可以帮助我吗?
最佳答案
在您的情况下, ORACLE_HOME 应该是:C:\oraclexe\app\oracle\product\11.2.0\server
您可以尝试以下命令:
set ORACLE_HOME=c:\oraclexe\app\oracle\product\11.2.0\server
c:\oraclexe\app\oracle\product\11.2.0\server\bin\sqlplus