ORA-00600: INTERNAL ERROR CODE, ARGUMENTS: [VOPRVL1], [], [], [], [], [], [], [] Issues
一朋友在db 10.2.0.2 版本在insert 时触犯了ora-600 VOPRVL1, 查询是bug,这里记录一下。
sql 样式伪代码
Bug 9221639 - Dumps/OERI on Query with Subquery Factoring (WITH clause) and Object View (Doc ID 9221639.8)
other know issues:
Bug 5363258 Query rewrite can fail with OERI[voprvl1]
一朋友在db 10.2.0.2 版本在insert 时触犯了ora-600 VOPRVL1, 查询是bug,这里记录一下。
sql 样式伪代码
insert into table
with t as (
select xx from tablexx
)
from t join xx on xx;复制
Bug 9221639 - Dumps/OERI on Query with Subquery Factoring (WITH clause) and Object View (Doc ID 9221639.8)
Bug 9221639 Dumps/OERI on Query with Subquery Factoring (WITH clause) and Object View
This note gives a brief overview of bug 9221639.
The content was last updated on: 28-JUN-2013
Click here for details of each of the sections below.
Affects:
Product (Component) Oracle Server (Rdbms)
Range of versions believed to be affected Versions BELOW 12.1
Versions confirmed as being affected 11.2.0.1 11.1.0.7 11.1.0.6 10.2.0.5 10.2.0.4
Platforms affected Generic (all / most platforms affected)
Fixed:
This issue is fixed in
12.1.0.1 (Base Release)
11.2.0.2 (Server Patch Set)
Symptoms:
PROBLEM:
--------
Select count(*) from View Failing with the following internel error.
ORA-600: internal error code, arguments: [voprvl1], [], [], [], [], [], [], []
DIAGNOSTIC ANALYSIS:
--------------------
Tried setting OFE to 8.1.7,9.2.0 but still we are getitng the ora-600 error.
Tried the testcase on 11.1.0.7 & 11.2.0 still the query is failing.
10.2.0.4
========
SQL> select count(*) from test_v;
select count(*) from test_v
*
ERROR at line 1:
ORA-600: internal error code, arguments: [voprvl1], [], [], [], [], [], [],[]
11.1.0.7
========
SQL> select count(*) from test_v;
select count(*) from test_v
*
ERROR at line 1:
ORA-600: internal error code, arguments: [kkqvmrvl1], [], [], [], [], [], [],[], [], [], [], []
11.2.0
======
SQL> select count(*) from test_v;
select count(*) from test_v
*
ERROR at line 1:
ORA-600: internal error code, arguments: [kkqvmRmViewFromLst1], [], [], [],[], [], [], [], [], [], [], []
WORKAROUND:
-----------
None
RELATED BUGS:
-------------
REPRODUCIBILITY:
----------------
Able to Reproduce the issue inhouse on 10.2.0.4
TEST CASE:
----------
STACK TRACE:
------------
ksedmp: internal or fatal error
ORA-600: internal error code, arguments: [voprvl1], [], [], [], [], [], [],
[]
Current SQL statement for this session:
select count(*) from test_v
----- Call Stack Trace -----
calling call entry
location type point
-------------------- -------- -------------------- -
ksedmp()+744 CALL ksedst()
kgerinv()+200 PTR_CALL 0000000000000000
kgeasnmierr()+28 CALL kgerinv()
voprvl()+164 CALL kgeasnmierr()复制
other know issues:
Bug 5363258 Query rewrite can fail with OERI[voprvl1]
「喜欢这篇文章,您的关注和赞赏是给作者最好的鼓励」
关注作者
【版权声明】本文为墨天轮用户原创内容,转载时必须标注文章的来源(墨天轮),文章链接,文章作者等基本信息,否则作者和墨天轮有权追究责任。如果您发现墨天轮中有涉嫌抄袭或者侵权的内容,欢迎发送邮件至:contact@modb.pro进行举报,并提供相关证据,一经查实,墨天轮将立刻删除相关内容。
评论
相关阅读
【纯干货】Oracle 19C RU 19.27 发布,如何快速升级和安装?
Lucifer三思而后行
648次阅读
2025-04-18 14:18:38
Oracle RAC 一键安装翻车?手把手教你如何排错!
Lucifer三思而后行
624次阅读
2025-04-15 17:24:06
Oracle数据库一键巡检并生成HTML结果,免费脚本速来下载!
陈举超
527次阅读
2025-04-20 10:07:02
XTTS跨版本迁移升级方案(11g to 19c RAC for Linux)
zwtian
521次阅读
2025-04-08 09:12:48
【ORACLE】记录一些ORACLE的merge into语句的BUG
DarkAthena
479次阅读
2025-04-22 00:20:37
【活动】分享你的压箱底干货文档,三篇解锁进阶奖励!
墨天轮编辑部
475次阅读
2025-04-17 17:02:24
Oracle 19c RAC更换IP实战,运维必看!
szrsu
455次阅读
2025-04-08 23:57:08
一页概览:Oracle GoldenGate
甲骨文云技术
454次阅读
2025-04-30 12:17:56
【ORACLE】你以为的真的是你以为的么?--ORA-38104: Columns referenced in the ON Clause cannot be updated
DarkAthena
449次阅读
2025-04-22 00:13:51
火焰图--分析复杂SQL执行计划的利器
听见风的声音
400次阅读
2025-04-17 09:30:30
热门文章
移除DataGuard Standby配置导致Primary启动失败
2023-08-17 21335浏览
使用dblink产生的”SELECT /*+ FULL(P) +*/ * FROM XXXXX P ” 解析
2023-06-20 20902浏览
Troubleshooting 'ORA-28041: Authentication protocol internal error' change password 12c R2 DB
2020-04-08 13689浏览
浅谈ORACLE免费数据库Oracle Database XE (Express Edition) 版
2018-10-31 7654浏览
High wait event ‘row cache mutex’ in 12cR2、19c
2020-08-14 5602浏览