| DB_KEY | NUMBER | The primary key for the target database. Use this column to form a join with almost any other catalog view. | 
| DBINC_KEY | NUMBER | The primary key for the incarnation of the target database. Use this column to form a join with RC_DATABASE_INCARNATION. | 
| DB_NAME | VARCHAR2(8) | The DB_NAMEof the database incarnation to which this record belongs. | 
| RECID | NUMBER | The record identifier from V$COPY_CORRUPTION.RECIDandSTAMPform a concatenated primary key that uniquely identifies this record in the target database control file. | 
| STAMP | NUMBER | The stamp from V$COPY_CORRUPTION.RECIDandSTAMPform a concatenated primary key that uniquely identifies this record in the target database control file. | 
| CDF_KEY | NUMBER | The primary key of the datafile copy in the recovery catalog. If you issue the LISTcommand while connected to the recovery catalog, this value appears in theKEYcolumn of the output. Use this column to form a join withRC_DATAFILE_COPY. | 
| COPY_RECID | NUMBER | The RECIDfromRC_DATAFILE_COPY. This value is propagated from the control file. | 
| COPY_STAMP | NUMBER | The STAMPfromRC_DATAFILE_COPY. This value is propagated from the control file. | 
| FILE# | NUMBER | The absolute file number of the datafile. | 
| CREATION_CHANGE# | NUMBER | The creation SCN of this data file. Because file numbers can be reused, FILE#andCREATION_CHANGE#are both required to uniquely identify a specified file over the life of the database. | 
| BLOCK# | NUMBER | The block number of the first corrupted block in the file. | 
| BLOCKS | NUMBER | The number of corrupted blocks found beginning with BLOCK#. | 
| CORRUPTION_CHANGE# | NUMBER | 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. | 
| MARKED_CORRUPT | VARCHAR2(3) | YESif this corruption was not previously detected by the database server orNOif it was already known by the database server. | 
| CORRUPTION_TYPE | VARCHAR2(9) | Same as RC_DATABASE_BLOCK_CORRUPTION.CORRUPTION_TYPE. |