Home >Database >Mysql Tutorial >DBCA建库出错ORA-00600: internal error code, arguments

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

WBOY
WBOYOriginal
2016-06-07 17:08:421473browse

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

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

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

Oracle安装日志中报错如下:

[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

问题解决!

linux

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn