Understanding and Diagnosing ORA-00600 [13011] Errors [ID 1392778.1]
In this Document
Applies to:
Oracle Server - Enterprise Edition - Version 8.1.7.4 to 11.2.0.3 [Release 8.1.7 to 11.2]Information in this document applies to any platform.
Purpose
This article will discuss the common causes of and troubleshooting tips for ORA-00600 [13011].
During a delete operation we are trying to get a consistent set of rows and have exceeded a 5000 pass count when we raise this exception.
The number of arguments and their meaning vary depending on the object types relating to the error.
- 3 Argument format:
This format relates to Oracle 8.0.3 and above for deletes from Views or Index Only Tables (IOT)
Arg [a] Passcount
Arg [b] Object Name
Arg [c] Code
- 5 Argument format:
Arg [a] Data Object ID
Arg [b] Tablespace Decimal Relative DBA (RDBA) of block containing the row to be deleted
Arg [c] Row slot number.
Arg [d] Decimal RDBA of block being updated (Typically same as [b]).
Arg [e] Code
Troubleshooting Steps
Common Causes & Solutions:
1. The most common cause of this error is an index corruption. The first step is to check the indexes for corruption, i.e. run
on any indexes referenced in the execution plan. Drop and recreate if needed. To find out the execution plan referenced in the trace file created for ORA-600 [13011], look for the "Plan Table" section following the "Session Cursor Dump" section:
E.g.:
Current cursor: 15, pgadep=1
...
============
Plan Table
============
----------------------------------------------------------------------+-----------------------------------+
| Id | Operation | Name | Rows | Bytes | Cost | Time |
----------------------------------------------------------------------+-----------------------------------+
| 0 | SELECT STATEMENT | | | | 50 | |
| 1 | MERGE JOIN SEMI | | 41 | 161K | 50 | 00:00:01 |
| 2 | MERGE JOIN | | 41 | 161K | 48 | 00:00:01 |
| 3 | TABLE ACCESS BY INDEX ROWID | WORKFLOW | 2 | 32 | 2 | 00:00:01 |
| 4 | INDEX FULL SCAN | PK_WORKFLOW | 5 | | 1 | 00:00:01 |
...
Note: There are specific actions when the corrupted index is a dictionary index:
E.g.:
- AWR:
Note 1226835.1 Ora-600 [13011] On Delete From Wri$_Adv_Parameters Table
- SMON related table "smon_scn_time":
Note 1361872.1 Instance Terminated With Error ORA-00474: SMON Process Terminated With Error
For a general discussion regarding index corruption review Note 1499.1 OERR: ORA-1499 table/Index Cross Reference Failure - see trace file.
2. If the indexes do not report corruption, further test for corruption the base tables referenced in the execution plan or the statement producing the error:
Note: The analyze statement will place DML locks during its execution.
3. If no corruption is detected, check whether there is any special type of index referenced in the execution plan (e.g. bitmap indexes). Try to drop the indexes one by one in order to narrow the issue and double-check if the error still reproduces with the index removed. For example, bitmap indexes could cause ORA-600 [13011] or wrong results; see Note 456361.1 ORA-600 [13011] on Delete (Bug 7007924 Wrong results using bitmap index).
4. Check if there are any columns added with DEFAULT value NOT NULL. ORA-600 [13009] / ORA-600 [13011] in COLUMN comparison for a COLUMN previously added with a DEFAULT value NOT NULL:
This bug is commonly hit by RMAN catalog with ORA-600 [13011] with code 17 (KDCMPF11) in a DELETE from table CKP caused by the SITE_KEY column comparison. In particular the SITE_KEY column was added via:
See Note 7336280.8 Bug 7336280 - ORA-600[13009] / ORA-600[13011] on column added with DEFAULT value NOT NULL.
5. If none of the actions suggested above help in solving the issue, please contact Oracle Support. Minimum information required for a new service request related to this error includes the following files:
- alert log
- 2-3 trace files (if available) for different occurrences of ORA-600 [13011]
- for 11g and above, upload the incident package
- the database parameters file
- the list of Oracle patches (i.e. the output from "opatch lsinventory").
References
BUG:7007924 - WRONG RESULT FROM BITMAP INDEX@ BUG:7336280 - SELECT FOR UPDATE OBY FAILS WITH ORA-600[13009] ON A TABLE WITH DEFAULT COL OPT
@NOTE:1074671.1 - RMAN PARTIAL RESYNC CRASHES WITH ORA-600 [13011]
NOTE:1226835.1 - Ora-600 [13011] On Delete From Wri$_Adv_Parameters Table
NOTE:1361872.1 - Instance Terminated With Error ORA-00474: SMON Process Terminated With Error
NOTE:1499.1 - OERR: ORA-1499 table/Index Cross Reference Failure - see trace file
NOTE:28184.1 - ORA-600 [13011] "Problem occurred when trying to delete a row"
NOTE:456361.1 - ORA-600 [13011] on Delete
NOTE:7007924.8 - Bug 7007924 - Wrong results using bitmap index
NOTE:7336280.8 - Bug 7336280 - ORA-600[13009] / ORA-600[13011] on column added with DEFAULT value NOT NULL
NOTE:745188.1 - ORA-600 [kcbchg1_6] And ORA-600 [13011] After Installation of Patch 5868257
NOTE:863643.1 - ORA-00600 [13011] when delete from WRH$ table
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/17252115/viewspace-753022/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Understanding and Diagnosing ORA-00600 [12333] Errors [ID 389713.1]Error
- Understanding and Diagnosing ORA-600 [729] Space Leak Errors_403584.1Error
- Understanding and Diagnosing ORA-00600 [12333] / ORA-3137 [12333] ErrorsError
- DIAGNOSING ORA-3113 ERRORS [ID 1020463.6]Error
- ORA-00600: internal error code, arguments: [13011]Error
- While Solving ORA-00600 [4194]/[4193] Errors [ID 281429.1]WhileError
- ORA-600 [13011] on Delete [ID 456361.1]delete
- Understanding SaltStack --Guided Book 官方文件GUIIDE
- 在刪除使用者時報ORA-00600: 內部錯誤程式碼, 引數: [13011]..
- ORA-00600 [4194]/[4193] Errors Without Using Unsupported parameter-281429.1Error
- ASM REACTING TO PARTITION ERRORS [ID 1062954.1]ASMReactError
- Understanding Service Types
- Understanding TCP socket states (Doc ID 1003531.1)TCP
- Understanding JSON SchemaJSON
- Understanding Delegated JavaScript EventsJavaScript
- Understanding Parallel Execution PlanParallel
- [翻譯] Understanding deletedelete
- Understanding RabbitMQ Exchange & QueueMQ
- Understanding Initialization Parameters (85)
- Metric Collection ErrorsError
- oracle之errorsOracleError
- oracle 之errorsOracleError
- Understanding Linux CPU statsLinux
- Understanding React `setState` 翻譯React
- Understanding the CREATE DATABASE Statement (69)Database
- Understanding Buffer Overflow Bugs
- Database Capture and Replay: Common Errors and Reasons (文件 ID 463263.1)DatabaseAPTError
- ORA-00600 : internal error code, arguments: [qertbFetchByRowID]Error
- Go Errors 詳解GoError
- slave-skip-errorsError
- HIbernate errors...Error
- How to Create a BNE Log For Web Adi Issues and Errors? [ID 817023.1]WebError
- Understanding HBase and BigTable 譯文
- 【譯】Understanding NodeJS Event LoopNodeJSOOP
- Understanding Swing’s Model (轉)
- ORA-04045: errors during recompilation/revalidation of LBACSYS.LBAC_EVENTSError
- com.android.tools.build:gradle:2.0.0-alpha3 build errorsAndroidUIGradleError
- Working with Errors in Go 1.13ErrorGo