未连接到我的家庭网络时启动数据库实例失败

发布于 2024-12-10 06:42:01 字数 497 浏览 1 评论 0原文

每次我尝试启动数据库实例并且未连接到家庭无线网络或无线网络被禁用时,都会发生这种情况:

[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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

情泪▽动烟 2024-12-17 06:42:01

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文