- 最后登录
- 2023-8-16
- 在线时间
- 1686 小时
- 威望
- 2135
- 金钱
- 50532
- 注册时间
- 2011-10-12
- 阅读权限
- 200
- 帖子
- 5207
- 精华
- 39
- 积分
- 2135
- UID
- 2
|
3#
发表于 2014-2-20 14:40:14
odm finding:
ORA-00600: internal error code, arguments: [kkobmid] (Doc ID 735912.1)
Modified 27-OCT-2011 Type PROBLEM Status PENDING_DELETE(EXTERNAL) Priority 3 To Bottom
In this Document
Symptoms
Cause
Solution
References
Symptoms
Query with subquery and ORDER BY fails with
ORA-00600: internal error code, arguments: [kkobmid], [], [], [], [], [], [], [].
Stack trace
kgeasnmierr kkobmid kkoqcp kkoipt kkoqbc
apakkoqb apaqbdDescendents apaqbdListReverse
apaqbdDescendents apaqbdListReverse apaqbd
or
kgeasnmierr kkobmid kkoqcp kkoDMopt kkooqb kkoqbc apakkoqb
Database parameters show:
optimizer_index_caching integer 90
optimizer_index_cost_adj integer 15
The error is eliminated when
1. optimizer_index_cost_adj is set 50, or
2. the ORDER BY is removed.
Cause
The problem has been investigated under bug 6933930 and is fixed by the changes made for bug 6642751.
Solution
When available, download Patch 6642751 to resolve this issue. Alternatively, set optimizer_index_cost_adj to 50
as a workaround.
|
|