ORA-01578, ORA-26040 |
Corrupt data block or block loaded with NOLOGGING / unrecoverable operation. |
Map file and block to segment, check alternate copies, and isolate affected rows or objects. |
ORA-08103, ORA-01410 |
Object identity or ROWID mismatch, often from dictionary, segment, or block inconsistency. |
Compare object metadata to blocks and determine whether table-level extraction is safer. |
ORA-01498, ORA-01499, ORA-08102 |
Table and index cross-reference mismatch or index key inconsistency. |
Determine whether the table is readable, rebuild indexes, or export table data without relying on bad indexes. |
ORA-00600 [12700], [kdsgrp1] |
Index entry points to a missing or inconsistent row, or a consistent-read anomaly. |
Validate whether corruption is in data blocks, index blocks, undo, or read-consistency state. |
ORA-00600 [3020] |
Stuck recovery caused by mismatch between redo records and database blocks. |
Review redo availability, file SCNs, backup consistency, and object-level extraction options. |
ORA-00600 [4193], [4194], [4137] |
Undo and redo sequence, record, or transaction mismatch. |
Preserve undo and redo, avoid repeated open attempts, and evaluate data extraction from stable copies. |
ORA-00600 [2662], lost write signals |
SCN mismatch or data block SCN ahead of the current database state. |
Assess file lineage, restore order, missing writes, and whether clean export is possible. |
ORA-00600 [25012], [25026], [25027] |
Relative file number, absolute file number, RDBA, or tablespace metadata mismatch. |
Reconstruct file mapping and determine which tablespaces and datafiles can be parsed. |
ORA-15032, ORA-15040, ORA-15042, ORA-15196 |
ASM disk group mount, metadata, disk header, or endian/header validation problem. |
Protect ASM disks, inspect metadata, and attempt datafile or extent-level recovery from copies. |
ORA-00333, ORA-00704 |
Redo log read failure or bootstrap process failure. |
Check redo copies, archive logs, system metadata, and whether a clean rebuild from extracted data is required. |