-
Sep25
ORA-00600: internal error code, arguments: [kjzcreaprqhq1]
Posted in Database, 824 views
-
RAC一个节点遭遇这个ORA-600错误,系统是64位RHEL4+Oracle10.2.0.1
查metalink得知是由于UDP interconnect发送超时,在trace中可以找到这样的提示:
WARN: acconn .... getting closed. inactive: threshold: 0x0
WARN: potential problem in keep alive connection protocol解决方法有2:
一是打补丁升级至10.2.0.2或更高版本
二是使用隐藏初始化变量"_skgxp_udp_ach_reaping_time":
alter system set "_skgxp_udp_ach_reaping_time" = 0 scope=both;Blogged with the Flock BrowserTags: ora-600, kjzcreaprqhq1
Related posts:

Leave a comment | Trackback 这篇文章还没有评论.