日期:2014-05-17  浏览次数:20874 次

oracle11g ORA-01034:oracle not available ORA-27101:shared memory realm does not

前些天好点,今天一去公司登陆pl/sql就悲剧了,

ORA-01034:oracle not available ORA-27101:shared memory realm does not exist

注册表看了,oracle_sid=ORCL186

在环境变量也设置了oracle_sid=ORCL186,什么情况啊?


谢谢了

------解决方案--------------------
ORACLE_SID变了,找不到数据库的配置文件
linux下:在命令行中输入 export ORACLE_SID=<你的数据库名>,或写进.bash_profile
windows下:在命令行中输入 set ORACLE_SID=<你的数据库名>,或写进环境变量