当前位置: 代码迷 >> Oracle管理 >> oracle11g ORA-01034:oracle not available ORA-27101:shared memory realm does not,该如何处理
  详细解决方案

oracle11g ORA-01034:oracle not available ORA-27101:shared memory realm does not,该如何处理

热度:520   发布时间:2016-04-24 04:46:39.0
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=<你的数据库名>,或写进环境变量
  相关解决方案