Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我启动 oracle 时,我遇到了这个错误。我检查了 Oracle Home 和 SID。一切都设置正确。
ORA-27101: 共享内存领域不存在
请帮我找出解决方案。提前致谢
该错误通常意味着没有要连接的 Oracle 实例(进程)。有人需要登录并启动实例。
我刚刚在 Debian 上解决了这个问题。
如果 ORACLE_HOME 有一个尾部斜杠,则会出现此错误。如果删除尾部斜杠,则连接工作正常。