V$CORRUPT_XID_LIST displays all corrupted XIDs.
Column | Datatype | Description |
CORRUPT_XID | VARCHAR2(256) | Name of corrupt XID |
Note:
1. Oracle 11g introduced a new feature called health monitor, which check undo segment integrity. This check finds logical undo corruptions. After locating an undo corruption, this check uses PMON and SMON to try to recover the corrupted transaction. If this recovery fails, then Health Monitor stores information about the corruption in V$CORRUPT_XID_LIST. Most undo corruptions can be resolved by forcing a commit.
Oracle data dictionary views
Last updated: 2009-11-23 Monday |
No comments:
Post a Comment