SQL ORA-27101: 共享内存领域不存在

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/3302941/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-01 06:54:14  来源:igfitidea点击:

ORA-27101: shared memory realm does not exist

sqloracleubuntuoracle-xe

提问by Gnaniyar Zubair

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

当我启动 oracle 时,我正面临这个错误。我检查了 Oracle Home 和 SID。一切都设置正确。

ORA-27101: shared memory realm does not exist

ORA-27101: 共享内存领域不存在

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

请帮我找出解决方案。提前致谢

回答by Adam Musch

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

该错误通常意味着没有要连接的 Oracle 实例(进程)。需要有人登录并启动实例。

回答by mikevdg

I've just resolved this issue on Debian.

我刚刚在 Debian 上解决了这个问题。

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

如果 ORACLE_HOME 的尾部有斜杠,则会出现此错误。如果删除尾部斜杠,则连接工作正常。