>데이터 베이스 >MySQL 튜토리얼 >DBCA建库出错ORA-00600: internal error code, arguments

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

WBOY
WBOY원래의
2016-06-07 17:08:421473검색

正常步骤安装完成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

성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.