7.99 V$BACKUP_FILES
V$BACKUP_FILES
displays information about all RMAN backups (both image copies and backup sets) and archived logs.
This view simulates the LIST BACKUP
and LIST COPY
RMAN commands. This view requires that the database be set using the DBMS_RCVMAN.SETDATABASE
procedure.
Column | Datatype | Description |
---|---|---|
|
|
Primary key for the backup |
|
|
Type of the backup:
|
|
|
Type of the file:
|
|
|
Indicates whether the backup has a retention policy different from the value for |
|
|
If the |
|
|
If this column is null, then the backup has no KEEP options and will be made obsolete based on the retention policy. |
|
|
Status of the backup:
|
|
|
Name of the file |
|
|
Tag of the piece, copy, or proxy copy |
|
|
Media ID of the piece or proxy copy |
|
|
Recid of the record in the control file |
|
|
Stamp of the record in the control file |
|
|
Type of media device that stores the backup |
|
|
Block size for the backup (in bytes) |
|
|
Time when the backup completed |
|
|
Indicates whether the backup piece is compressed ( |
|
|
Indicates whether the backup piece or copy is obsolete ( |
|
|
Size of the file (in bytes) |
|
|
Primary key of the backup set (valid only if |
|
|
Count of the backup set from the control file record (valid only if |
|
|
Stamp of the backup set from the control file record (valid only if |
|
|
Type of the backup set (valid only if
|
|
|
Incremental type of the backup set (valid only if |
|
|
Number of backup pieces in the backup set (valid only if |
|
|
Number of copies of the backup set (valid only if |
|
|
Completion time of the backup set (valid only if |
|
|
Status of the backup set (valid only if
|
|
|
Sum of all backup piece sizes in the backup set (valid only if |
|
|
Indicates whether the backup pieces of the backup set are compressed ( |
|
|
Tags of the backup set. If pieces have different tags, then all piece tags are concatenated and separated by commas. Valid only if |
|
|
Device type of the backup set. If there is more than one device type, then they are separated by commas. Valid only if |
|
|
Number of pieces inside the backup set (valid only if |
|
|
Number of copies of the backup set (valid only if |
|
|
Absolute file number of the data file (valid only if |
|
|
Tablespace name of the data file (valid only if |
|
|
System change number (SCN) of the most recent |
|
|
Creation SCN of the control file or data file (valid only if |
|
|
System change number (SCN) of the most recent control file or data file checkpoint (valid only if |
|
|
Modification time in case of SPFILE, otherwise time when the control file or data file was checkpointed (valid only if |
|
|
Redo log thread number of the archived log (valid only if |
|
|
Redo log sequence number of the archived log (valid only if |
|
|
System change number (SCN) of the most recent |
|
|
First SCN of the redo log (valid only if |
|
|
Time when the Oracle Database switched into the redo log (valid only if |
|
|
First SCN of the next redo log in the thread (valid only if |
|
|
First timestamp of the next redo log in the thread (valid only if |
|
|
The ID of the container to which the data pertains. Possible values include:
|
See Also:
Oracle Database Backup and Recovery User’s Guide for more information about the DBMS_RCVMAN.SETDATABASE
procedure