记一次ORA-00600: internal error code, arguments: [keltnfy-ldmInit], [46], [1], [], [], [], [], []

本文记录了一次Oracle数据库启动失败的经历,并详细解释了如何通过调整主机名来解决内部错误ORA-00600的问题。该问题源于主机名变动,通过还原主机名解决了故障。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

环境:

oracle 10.2.0.1 64bit

linux 5.46bit

test env.....

error:

今天启动测试库直接报以下错误:

[oracle@bogon ~]$ sqlplus / as sysdba

SQL*Plus: Release 10.2.0.1.0 - Production on Thu Jul 14 09:57:42 2011

Copyright (c) 1982, 2005, Oracle. All rights reserved.

Connected to an idle instance.

SQL> startup
ORA-00600: internal error code, arguments: [keltnfy-ldmInit], [46], [1], [], [], [], [], []

[@more@]

通过DOC:336447.1,确实是一BUG,主要是因为主机名变动导致的问题,通过修改主机名为原来的问题得以解决.

[oracle@qqdb ~]$ more /etc/sysconfig/network
NETWORKING=yes
NETWORKING_IPV6=no
#HOSTNAME=localhost.localdomain
HOSTNAME=qqdb

[oracle@qqdb ~]$ more /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 qqdb localhost

重新启动:

[oracle@bogon ~]$ sqlplus / as sysdba

SQL*Plus: Release 10.2.0.1.0 - Production on Thu Jul 14 10:02:20 2011

Copyright (c) 1982, 2005, Oracle. All rights reserved.

Connected to an idle instance.

SQL> startup
ORACLE instance started.

Total System Global Area 243269632 bytes
Fixed Size 2019896 bytes
Variable Size 121638344 bytes
Database Buffers 117440512 bytes
Redo Buffers 2170880 bytes
Database mounted.
Database opened.
SQL> exit

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/10130206/viewspace-1052453/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/10130206/viewspace-1052453/

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值