![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||
Solution Type Problem Resolution Sure Solution 1502577.1 : Exadata: ORA-00600 :[25027] On Update Over Compressed Table (EHCC)
Created from <SR 3-6203731151> Applies to:Oracle Database - Enterprise Edition - Version 11.2.0.3 and laterExadata Database Machine V2 - Version All Versions and later Oracle Exadata Storage Server Software - Version 11.2.3.1.0 and later Exadata Database Machine X2-2 Hardware - Version All Versions and later Exadata Database Machine X2-8 - Version All Versions and later Information in this document applies to any platform. SymptomsError ora-600 [25027] could be intermittently generated during update on a compressed table (using EHCC) CauseUpdates are being executed over a compressed table. In this case, compression was EHCC ENABLED for QUERY HIGH. The issue is observed when row to be updated is stored on an uncompressed block. For example, following block dump comes from the generated trace file.
Itl 0x02 shows that row was been locked and row header shows flag fb: --H-FL--, which means row is completely stored on this block (it has head, first, and last piece bits set). Although row has been locked, it seems Oracle tries to read a block with the next row piece and error is reported as block does not exist. Previous example shows and uncompressed block. But also problem could reproduce while updating an oltp compressed block. This is, problem could reproduce updating a no-ehcc compressed block on an EHCC object. Following is an example of what you may found in a EHCC compressed data block dump, so you can compare it with an uncompressed or oltp compressed data block dump. tosp=0x325e SolutionProblem is caused by bug:14138130. Solution is to apply the fix for this bug. Possible workaround: - Uncompress the table References<NOTE:560103.1> - Ora-600 [25027] While Inserting Into a TableAttachments This solution has no attachment |
||||||||||||
|