DBCA建库出错ORA-00600: internal error code, arguments

2014-11-24 18:42:19 · 作者: · 浏览: 0

正常步骤安装完成Oralce,通过dbca建库,报错如下图所示:



[Thread-40] [ 1999-12-15 12:23:54.055 CST ] [BasicStep.handleNonIgnorableError:431] ORA-00600: internal error code, arguments: [4:kgstmLdiToEpochTs], [1], [], [], [], [], [], [], [], [], [], []


经查为:/etc/hosts为默认配置导致。默认配置为:


[root@db2 /]# cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
::1 localhost6.localdomain6 localhost6


在/etc/hosts中新增一行


192.168.114.104 db1.xxxx.com


问题解决!