点击sqlplus 出现error 6 initializing sql*plus ,又出现message file sp1<lang>.msb not found,点OK后又出现 sp2-0750: you may need to set oracle_home to your oracle software directory;
郁闷中~~
...全文
4627打赏收藏
sqlplus 打不开了
点击sqlplus 出现error 6 initializing sql*plus ,又出现message file sp1.msb not found,点OK后又出现 sp2-0750: you may need to set oracle_home to your oracle software directory; 郁闷中~~
检查 ORACLE_HOME 环境变量是否设置:
windows 下运行 ECHO %ORACLE_HOME%
linux 下运行 echo $ORACLE_HOME
检查 sp1*.msb 文件是否存在:
windows 下运行 dir %ORACLE_HOME%\sqlplus\mesg\sp1*.msb
linux 下运行 ls $ORACLE_HOME/sqlplus/mesg/sp1*.msb
如果缺少,从 oracle 下载相应版本的 sqlplus,重新安装。