[oracle@localhost bin]$ sqlplus "/as sysdba"
SQL*Plus: Release 10.2.0.1.0 - Production on Mon Feb 25 15:43:09 2008
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], [], [], [], [], []
SQL>
原来是改变了ip地址,在linux中改/etc/hosts中的ip改过来,重启服务器,再启动
就没有问题了 。(如果改变了linux中的主机名字,也需要在/etc/hosts文件中修改过来,不然也会出现上述的错误)
修改后启动:
SQL> startup
ORACLE instance started.
Total System Global Area 268435456 bytes
Fixed Size 1218868 bytes
Variable Size 88082124 bytes
Database Buffers 171966464 bytes
Redo Buffers 7168000 bytes
Database mounted.
Database opened.
SQL*Plus: Release 10.2.0.1.0 - Production on Mon Feb 25 15:43:09 2008
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], [], [], [], [], []
SQL>
原来是改变了ip地址,在linux中改/etc/hosts中的ip改过来,重启服务器,再启动
就没有问题了 。(如果改变了linux中的主机名字,也需要在/etc/hosts文件中修改过来,不然也会出现上述的错误)
修改后启动:
SQL> startup
ORACLE instance started.
Total System Global Area 268435456 bytes
Fixed Size 1218868 bytes
Variable Size 88082124 bytes
Database Buffers 171966464 bytes
Redo Buffers 7168000 bytes
Database mounted.
Database opened.
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/12778571/viewspace-193975/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/12778571/viewspace-193975/
本文介绍了解决Oracle数据库启动时遇到的ORA-00600内部错误的方法。通过更改Linux系统中/etc/hosts文件内的IP地址设置,并重启服务器后成功启动了Oracle实例。
4200

被折叠的 条评论
为什么被折叠?



