之前安装在Linux上的一个测试用的Oracle 10g数据库,好久没有用了,今天启动时,报错如下:
SQL> startup
ORA-00600: internal error code, arguments: [keltnfy-ldmInit], [46], [1], [], [], [], [], []
查询发现是 hostname 与 /etc/hosts 里面的机器名不一致,
[oracle@centos-4 ~]$ hostname
centos-4.7
[oracle@centos-4 ~]$ vi /etc/hosts
127.0.0.1 localhost.localdomain localhost centos-4
然后将/etc/hosts中机器名更改为centos-4.7, Oracle启动成功!
[@more@]
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/12472709/viewspace-1036695/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/12472709/viewspace-1036695/