zhuxinzx 发表于 2013-1-31 02:13:32

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

ORA-00600: internal error code, arguments: , , , [], []我在虚拟机上面装了一个oracle 10数据库。
今天启动数据库的时候得到一个错误ORA-00600: internal error code, arguments: , , , [], []。




linux 虚拟机上启动Oracle数据库时抛出异常:
ORA-00600: internal error code, arguments: , , , [],

---------------



检查hosts

与host那么看到的结果不一样

$ hostname
xinwuhen_hollycrm


$ more /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1               localhost.localdomain localhost

------------------

解决:

在hosts中添加
$ more /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1               localhost.localdomain localhost
192.168.1.1 myrhel


解决


startup nomount显示:
ORA-00600: internal error code, arguments: , , , [], [],

通常报这个错的原因有两个
1、没建库直接启动
2、hosts文件中127.0.0.1信息不对
页: [1]
查看完整版本: ORA-00600: internal error code, arguments: [keltnfy-ldmInit], [46], [1], [], []