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文件中的一样,,将会导致上面描述的错误。

每个人都需要一台速度更快、更稳定的 PC。随着时间的推移,垃圾文件、旧注册表数据和不必要的后台进程会占用资源并降低性能。幸运的是,许多工具可以让 Windows 保持平稳运行。
C++高性能并发应用_C++如何开发性能关键应用
Java AI集成Deep Java Library_Java怎么集成AI模型部署
Golang后端API开发_Golang如何高效开发后端和API
Python异步并发改进_Python异步编程有哪些新改进
C++系统编程内存管理_C++系统编程怎么与Rust竞争内存安全
Java GraalVM原生镜像构建_Java怎么用GraalVM构建高效原生镜像
Python FastAPI异步API开发_Python怎么用FastAPI构建异步API
C++现代C++20/23/26特性_现代C++有哪些新标准特性如modules和coroutines
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号