5.14 RC_BACKUP_FILES
This view lists backups known to the RMAN repository as reflected in the recovery catalog.
This view corresponds to the V$BACKUP_FILES
control file view.
Note:
-
It is usually more convenient to access this information using the
LIST BACKUP
andLIST COPY
commands from within RMAN. -
You must use
DBMS_RCVMAN.SetDatabase
to select a database from the recovery catalog schema before you can use this view, even if only one database is registered in the recovery catalog. Oracle Database Backup and Recovery User's Guide explains how to perform this task.
Column | Data Type | Description |
---|---|---|
|
|
The primary key for the backup. |
|
|
The type of the backup: |
|
|
Type of the file backed up: |
|
|
Whether this backup has |
|
|
Date after which this backup is considered obsolete. |
|
|
Attributes affecting retention for this backup. Possible values are |
|
|
Status of the backup. Possible values are: |
|
|
File name of this piece, copy, or file name of the file included in this backup set. For example, for a row whose |
|
|
The tag for this backup piece or image copy. This column can only have a value if |
|
|
Media ID for the media on which the backup is stored. This column can only have a value if |
|
|
ID of the control file record corresponding to this row. |
|
|
Timestamp of the control file record corresponding to this row. |
|
|
Device type on which this backup is stored. This column populated only if |
|
|
Block size for the backup or copy (in bytes). |
|
|
Time when this backup was completed. This column populated only if |
|
|
Whether the backup piece represented by this row is compressed. This column populated only if file-type is |
|
|
Whether this backup piece or copy is obsolete. Possible value: |
|
|
Size of file described by this row. If |
|
|
Backup set key. This column populated only if |
|
|
Backup set count. This column populated only if |
|
|
Backup set timestamp. This column populated only if |
|
|
Type of backup set contents (data files or archived redo log files). This column populated only if |
|
|
Backup set incremental type (full or not). This column populated only if |
|
|
Number of pieces in backup set. This column populated only if |
|
|
Number of copies of this backup set. This column populated only if |
|
|
Completion time of the backup set. This column populated only if |
|
|
Status of the backup set. Possible values are |
|
|
Sum of the sizes of all backup pieces in the backup set. This column populated only if |
|
|
Whether the backup pieces of this backup set are compressed. This column populated only if |
|
|
Tag or tags of the backup pieces of this backup set. If pieces have different tags, then |
|
|
Type of device on which this backup set is stored. If multiple copies of this backup set exist and are stored on different devices, then this field contains a comma-delimited list of all device types. For example, for a backup set that is on disk and also backed up on tape, |
|
|
Number of backup pieces that compose this backup set. This column populated only if |
|
|
Number of copies of this backup set. This column populated only if |
|
|
File number of the data file described by this row. This column populated only if |
|
|
Tablespace name for the data file described by this row. This column populated only if |
|
|
|
|
|
Creation change number of the data file described by this row. This column populated only if |
|
|
Checkpoint change number of the data file described by this row. This column populated only if |
|
|
Checkpoint time of the data file described by this row. Valid only if |
|
|
Redo log thread number of the archived redo log described by this row. Valid only if |
|
|
Redo log sequence number of the archived redo log described by this row. Valid only if |
|
|
|
|
|
First change number in the archived redo log described by this row. Valid only if |
|
|
Time of the first change in the archived redo log described by this row. Valid only if |
|
|
Change number after the archived log described by this row. Valid only if |
|
|
Time of the first change after the archived log described by this row. Valid only if |