未连接到我的家庭网络时启动数据库实例失败
每次我尝试启动数据库实例并且未连接到家庭无线网络或无线网络被禁用时,都会发生这种情况:
[mati@Mati-PC ~]$ sqlplus sys as sysdba
SQL*Plus: Release 10.2.0.1.0 - Production on Mon Oct 17 21:07:39 2011
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Enter password:
Connected to an idle instance.
SQL> startup
ORA-00600: internal error code, arguments: [keltnfy-ldmInit], [46], [1], [], [], [], [], []
SQL>
我用谷歌搜索了该问题,检查了 /etc/hosts - 一切似乎都正常,包括权限。我使用的是 Fedora 15。
为什么会发生这种情况?
Every time I'm trying start a database instance and I'm not connected to my home wireless network or wireless is disabled, this is what happens:
[mati@Mati-PC ~]$ sqlplus sys as sysdba
SQL*Plus: Release 10.2.0.1.0 - Production on Mon Oct 17 21:07:39 2011
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Enter password:
Connected to an idle instance.
SQL> startup
ORA-00600: internal error code, arguments: [keltnfy-ldmInit], [46], [1], [], [], [], [], []
SQL>
I have googled the issue, checked /etc/hosts - everything seems OK, including permissions. I'm using Fedora 15.
Why is this happening?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Metalink Note 336447.1 解决了该问题。这似乎与由于 DNS 不可用而导致数据库服务器无法解析系统主机名有关。
在您的计算机上运行缓存 DNS 服务器并验证所有与 DNS 相关的配置文件及其权限,如注释中所述。
Metalink Note 336447.1 addresses the problem. It appears to be related to the database server not being able to resolve your system's hostname due to DNS not being available.
Run a caching DNS server on your machine and verify all your DNS-related configuration files and their permissions as described in the note.