5.28 RC_DATABASE_BLOCK_CORRUPTION
This view gives information about database blocks that were corrupted after the last backup. It corresponds to the V$DATABASE_BLOCK_CORRUPTION
view, which is populated in real time with corruption information.
Column | Data Type | Description |
---|---|---|
|
|
The primary key for the database. Use this column to join with almost any other catalog view. |
|
|
The primary key for the current incarnation. Use this column to join with |
|
|
The absolute file number of the data file. |
|
|
The block number of the first corrupted block in this range of corrupted blocks. |
|
|
The number of corrupted blocks found beginning with |
|
|
For media corrupt blocks, this value is zero. For logically corrupt blocks, this value is the lowest SCN in the blocks in this corrupt range. |
|
|
The type of block corruption in the data file. Possible values are:
|