- 最后登录
- 2023-8-16
- 在线时间
- 1686 小时
- 威望
- 2135
- 金钱
- 50532
- 注册时间
- 2011-10-12
- 阅读权限
- 200
- 帖子
- 5207
- 精华
- 39
- 积分
- 2135
- UID
- 2
|
3#
发表于 2012-8-7 23:40:31
这是一个 bug :
Hdr: 13593742 11.1.0.7 RDBMS 11.1.0.7 DRIVERS PRODID-5 PORTID-212
Abstract: ORA-600 [13011] WHEN DELETING WRH$_ENQUEUE_STAT
PROBLEM:
--------
Customer is receiving the below mentioned internal error
ORA-600: internal error code, arguments: [13011], [251991], [146803752],
[149], [146836282], [4], [], [], [], [], [], []
The sql which was recorded in the trace file was:
delete from WRH$_ENQUEUE_STAT tab where (:beg_snap <= tab.snap_id and
tab.snap_id <= :end_snap and dbid = :dbid) and not exists (select
1 from WRM$_BASELINE b where (tab.dbid = b.dbid) and
(tab.snap_id >= b.start_snap_id) and
(tab.snap_id <= b.end_snap_id)) ;
Script in Note 28184.1 shows:
Object_______________: SYS.WRH$_ENQUEUE_STAT
Object Type__________: TABLE
Tablespace Name______: SYSAUX
Tablespace File Name_: /ebsterp2/oraterp2/db/apps_st/data/sysaux01.dbf
Tablespace Block Size: 8192
Relative File Number_: 35, Block Number: 3112, Row Slot: 149
ROWID________________: AAA9hXAAjAAAAwoACV
I asked customer rebuild the only index on SYS.WRH$_ENQUEUE_STAT and rerun
the SQL. The SQL could be executed without any error. But the ORA-600 [13011]
showed up in alert log again in the morning.
DIAGNOSTIC ANALYSIS:
--------------------
ALERT LOG
-------------
Fri Jan 06 06:23:27 2012
Errors in file
/ebsterp2/oraterp2/db/tech_st/11.1.0/admin/TERP2_aiap753a/diag/rdbms/terp2/TER
P2/trace/TERP2_m002_57540742.trc (incident=10475):
ORA-600: internal error code, arguments: [13011], [251991], [146803752],
[149], [146836282], [4], [], [], [], [], [], []
Incident details in:
/ebsterp2/oraterp2/db/tech_st/11.1.0/admin/TERP2_aiap753a/diag/rdbms/terp2/TER
P2/incident/incdir_10475/TERP2_m002_57540742_i10475.trc
Errors in file
/ebsterp2/oraterp2/db/tech_st/11.1.0/admin/TERP2_aiap753a/diag/rdbms/terp2/TER
P2/trace/TERP2_m002_57540742.trc (incident=10476):
ORA-600: internal error code, arguments: [kewrose_1], [600], [ORA-600:
internal error code, arguments: [13011], [251991], [146803752], [149],
[146836282], [4], [], [], [], [], [], []
], [], [], [], [], [], [], [], [], []
Incident details in:
/ebsterp2/oraterp2/db/tech_st/11.1.0/admin/TERP2_aiap753a/diag/rdbms/terp2/TER
P2/incident/incdir_10476/TERP2_m002_57540742_i10476.trc
TRACE FILE
-------------------------
filename=TERP2_m002_57540742.trc
ORA-600: internal error code, arguments: [13011], [251991], [146803752],
[149], [146836282], [4], [], [], [], [], [], []
*** - encountered error: (ORA-600: internal error code,
arguments: [13011], [251991], [146803752], [149], [146836282], [4], [], [],
[], [], [], []
)
*** SQLSTR: total-len=346, dump-len=240,
STR={delete from WRH$_ENQUEUE_STAT tab where (:beg_snap <= tab.snap_id
and tab.snap_id <= :end_snap and dbid = :dbid) and not
exists (select 1 from WRM$_BASELINE b where (tab.dbid =
b.dbid) and }
Incident 10476 created, dump file:
/ebsterp2/oraterp2/db/tech_st/11.1.0/admin/TERP2_aiap753a/diag/rdbms/terp2/TER
P2/incident/incdir_10476/TERP2_m002_57540742_i10476.trc
ORA-600: internal error code, arguments: [kewrose_1], [600], [ORA-600:
internal error code, arguments: [13011], [251991], [146803752], [149],
[146836282], [4], [], [], [], [], [], []
], [], [], [], [], [], [], [], [], []
kewrpanp - Failed to purge non-partitioned table, tbid=19, errcode=600
kewrpanp - Clearing the error, continue to next tableoer 8102.2 - obj#
252094, rdba: 0x08c00eae(afn 35, blk# 3758)
WORKAROUND:
-----------
none.
RELATED BUGS:
-------------
bug 6722137.status 91.
It seems to be the same issue.
REPRODUCIBILITY:
----------------
Cannot be reproduced by executing the sql in the trace file.
TEST CASE:
----------
STACK TRACE:
------------
skdstdst<-ksedst1<-ksedst<-dbkedDefDump<-ksedmp
<-ksfdmp<-dbgexPhaseII<-dbgexProcessError<-dbgeExecuteForError<-dbgePostErrorK
GE
<-03c0<-dbkePostKGE_kgsf<-003c<-kgeadse<-kgerinv_internal
<-0030<-kgerinv<-kgesinv<-ksesin<-OCIKSIN
<-kewrose_oci_stmt_ex<-kewrgwxf1_gwrsql_ex<-ft_1<-kewrgwxf_gwrsql_exf<-kewrdsr
1_delete_sna
<-prange_1<-kewrdsr_delete_snap<-shot_range<-kewrpanp_purge_all_<-nonpts
<-kewrpdc_periodic_cl<-eanup<-kewrsnrm_snapshot_r<-emoval<-kewrpsr_purge_snaps
<-hot_range<-kewrapad_auto_purge<-all_dbids<-kewraps_auto_purge_<-slave
<-kebm_slave_main<-2e4<-ksvrdp<-opirip<-opidrv
<-sou2o<-opimai_real<-main<-start
stack call 一致 ,发生问题的process也一样, 建议升级到 11.2.0.3.3 ,或者忽略该问题 |
|