DB_KEY |
NUMBER |
NOT NULL |
The primary key for the target database. Use this column to form a join with almost any other catalog view. |
DBINC_KEY |
NUMBER |
NOT NULL |
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) |
NOT NULL |
The DB_NAME of the database incarnation to which this record belongs. |
CCF_KEY |
NUMBER |
NOT NULL |
The primary key of the control file copy in the recovery catalog. If you issue the list command while connected to the recovery catalog, this value appears in the KEY column of the output. |
RECID |
NUMBER |
NOT NULL |
The record identifier from V$DATAFILE_COPY. RECID and STAMP form a concatenated primary key that uniquely identifies this record in the target database control file. |
STAMP |
NUMBER |
NOT NULL |
The stamp from V$DATAFILE_COPY. RECID and STAMP form a concatenated primary key that uniquely identifies this record in the target database control file. |
NAME |
VARCHAR2(1024) |
NOT NULL |
The control file copy filename. |
TAG |
VARCHAR2(32) |
|
The tag of the control file copy. NULL if no tag used. |
RESETLOGS_CHANGE# |
NUMBER |
NOT NULL |
The SCN of the most recent RESETLOGS when the record was created. |
RESETLOGS_TIME |
DATE |
NOT NULL |
The timestamp of the most recent RESETLOGS when the record was created. |
CHECKPOINT_CHANGE# |
NUMBER |
NOT NULL |
The control file checkpoint SCN. |
CHECKPOINT_TIME |
DATE |
NOT NULL |
The control file checkpoint time. |
CREATION_TIME |
DATE |
NOT NULL |
The control file creation time. |
BLOCK_SIZE |
NUMBER |
NOT NULL |
The block size in bytes. |
MIN_OFFR_RECID |
NUMBER |
NOT NULL |
Internal use only. |
OLDEST_OFFLINE_RANGE |
NUMBER |
NOT NULL |
Internal use only. |
COMPLETION_TIME |
DATE |
NOT NULL |
The time when the copy was generated. |
STATUS |
VARCHAR2(1) |
NOT NULL |
The status of the copy: A (available), U (unavailable), or D (deleted). |