最新文章专题视频专题问答1问答10问答100问答1000问答2000关键字专题1关键字专题50关键字专题500关键字专题1500TAG最新视频文章推荐1 推荐3 推荐5 推荐7 推荐9 推荐11 推荐13 推荐15 推荐17 推荐19 推荐21 推荐23 推荐25 推荐27 推荐29 推荐31 推荐33 推荐35 推荐37视频文章20视频文章30视频文章40视频文章50视频文章60 视频文章70视频文章80视频文章90视频文章100视频文章120视频文章140 视频2关键字专题关键字专题tag2tag3文章专题文章专题2文章索引1文章索引2文章索引3文章索引4文章索引5123456789101112131415文章专题3
当前位置: 首页 - 科技 - 知识百科 - 正文

ORA-00600:[keltnfy-ldmInit]

来源:动视网 责编:小采 时间:2020-11-09 11:39:33
文档

ORA-00600:[keltnfy-ldmInit]

ORA-00600:[keltnfy-ldmInit]:1:今天重启数据库的报错:SQLgt; startup mountORA-03113: end-of-file on communication channel看一下alert.log:... 1:今天重启数据库的报错: SQL> startup mountORA-03113: end-of-file on communicat
推荐度:
导读ORA-00600:[keltnfy-ldmInit]:1:今天重启数据库的报错:SQLgt; startup mountORA-03113: end-of-file on communication channel看一下alert.log:... 1:今天重启数据库的报错: SQL> startup mountORA-03113: end-of-file on communicat


1:今天重启数据库的报错:SQLgt; startup mountORA-03113: end-of-file on communication channel看一下alert.log:...

1:今天重启数据库的报错:

SQL> startup mount
ORA-03113: end-of-file on communication channel

看一下alert.log:
...
PMON started with pid=2, OS id=7359
PSP0 started with pid=3, OS id=7361
MMAN started with pid=4, OS id=7363
DBW0 started with pid=5, OS id=7365
LGWR started with pid=6, OS id=7381
Tue Feb 7 15:25:17 2012
Errors in file /u01/pp/Oracle/admin/ezhou/bdump/ezhou_ckpt_7383.trc:
ORA-00600: internal error code, arguments: [keltnfy-ldmInit], [46], [1], [], [], [], [], []
Tue Feb 7 15:25:18 2012
Errors in file /u01/pp/oracle/admin/ezhou/bdump/ezhou_ckpt_7383.trc:
ORA-00600: internal error code, arguments: [keltnfy-ldmInit], [46], [1], [], [], [], [], []
Tue Feb 7 15:25:18 2012
CKPT: terminating instance due to error 469
Instance terminated by CKPT, pid = 7383

-------------
[oracle@aoracle bdump]$ vi /etc/hosts

# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 aoracle.domain.com aoracle localhost.localdomain localhost
::1 localhost6. localdomain6 localhost6
#192.168.158.10 aoracle.domain.com aoracle
192.168.142.128 sheng

[oracle@aoracle bdump]$ hostname
aoracle.domain.com

原因:
服务器hostname没有正确配置,通过hostname命令得到的主机名无法ping通,Oracle10g认为主机无法达到所以启动数据库报错。
原来昨天有人更改了主机名,检查一下本机的hosts文件,发现因为修改主机名的时候没有把hosts文件对应的主机名做对应的修改,从而引发这个错误。

解决方法:
将hostname添加到/etc/hosts文件中,重新启动数据库。


注意,一定要将:
/etc/sysconfig/network 和/etc/hosts 里的hostname 改成一致,还有/etc/hosts里的127.0.0.0.1 不要注释掉。
如果忘了将/etc/hosts中127.0.0.1对应的机器修改成network文件中的一样,,将会导致上面描述的错误。

文档

ORA-00600:[keltnfy-ldmInit]

ORA-00600:[keltnfy-ldmInit]:1:今天重启数据库的报错:SQLgt; startup mountORA-03113: end-of-file on communication channel看一下alert.log:... 1:今天重启数据库的报错: SQL> startup mountORA-03113: end-of-file on communicat
推荐度:
  • 热门焦点

最新推荐

猜你喜欢

热门推荐

专题
Top