ORA-00600: internal error code, arguments: [kkslpbp:1]

中午开发人员反映oracle报错,信息如下

<时间:20141203 111833> <进程号:[1429894]> 原因:应用错误,请与系统管理员联系。[-600]ORA-00600: internal error code, arguments: [kkslpbp:1], [], [], [], []

查metalink,解释如下

Applies to: 

Oracle Database - Enterprise Edition - Version 10.2.0.1 to 10.2.0.4 [Release 10.2] Information in this document applies to any platform.
***Checked for relevance on 31-Dec-2013***

Symptoms

This incident was observed on Oracle 10.2.0.4 64-bit on a HP-UX Itanium server RAC database, but the error can occur on single instance databases.
It can occur in any 10G release lower than 10.2.0.5

Problem description:
Some SQL statements are failing with internal errors.

The alert log shows the errors are occurring intermittently.

ORA-00600: internal error code, arguments: [kkslpbp:1], [], [], [], [], [], [], []

 

Solution

Bug 3176026 is unpublished.
It is fixed in 10.2.0.5. and Rel. 11
Due to the complexity of the fix, it cannot be backported to earlier releases.

Workaround 1.
If a WITH clause is involved, rewrite the query to not use the WITH clause, or use the INLINE hint
e.g.      .. . .  . ( WITH X AS ( SELECT /*+ INLINE */ . . . .

OR
Workaround 2.
Set cursor_sharing to EXACT

SQL> show parameter cursor_sha

NAME                                 TYPE        VALUE
------------------------------------ ----------- ----------
cursor_sharing                       string      SIMILAR
SQL> ALTER SYSTEM SET CURSOR_SHARING='EXACT';

修改CURSOR_SHARING后,alter log不在出现ORA-00600: internal error code, arguments: [kkslpbp:1]

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值