当我尝试使用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有谁能帮我吗?
发布于 2015-02-12 16:52:12
在您的例子中,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\sqlplushttps://stackoverflow.com/questions/28482661
复制相似问题