ORA-27101: shared memory realm does not exist

2019-02-13 05:10发布

i am facing this error when i start the oracle. I checked Oracle Home and SID. everything is set properly.

ORA-27101: shared memory realm does not exist

please help me to find out the solution. Thanks in advance

2条回答
Root(大扎)
2楼-- · 2019-02-13 05:36

That error generally means there's no Oracle instance (the processes) to connect to. Someone needs to log in and start the instance.

查看更多
淡お忘
3楼-- · 2019-02-13 05:54

I've just resolved this issue on Debian.

If ORACLE_HOME has a trailing slash, this error appears. If you remove the trailing slash, connection works fine.

查看更多
登录 后发表回答