This chapter contains descriptions of recovery catalog views. You can only access these views if you have created a recovery catalog (see CREATE CATALOG
). For a summary of the recovery catalog views, refer to "Summary of RMAN Recovery Catalog Views".
Note:
These views are not normalized, but are optimized for RMAN and Enterprise Manager usage. Hence, most catalog views have redundant values that result from joining of several underlying tables.The views intended for use by Enterprise Manager are generally less useful for direct querying than the other views.
The following table provides a functional summary of RMAN recovery catalog views.
Note:
The data type of some recovery catalog view columns is listed asVARCHAR2(4000)
. This length for VARCHAR2
columns is applicable when the initialization parameter VARCHAR2_MAX_SIZE
is set to LEGACY. If you set the value of VARCHAR2_MAX_SIZE
to 32767, the columns with data type listed as VARCHAR2(4000)
will be VARCHAR2(32767)
.Table 5-1 Recovery Catalog Views
Recovery Catalog View | Corresponding V$ View | Catalog View Description |
---|---|---|
Archived and unarchived redo log files |
||
Details about archived redo log backups for Enterprise Manager |
||
Summary of information about archived redo log backups for Enterprise Manager |
||
Control files backed up in backup sets |
||
Details about control file backups for Enterprise Manager |
||
Summary of information about control file backups for Enterprise Manager |
||
Details about data file image copy backups for Enterprise Manager |
||
Summary of information about data file image copy backups for Enterprise Manager |
||
Corrupt block ranges in data file backups |
||
Data files in backup sets |
||
Details about data file backups for Enterprise Manager |
||
Summary of information about data file backups for Enterprise Manager |
||
RMAN backups and copies known to the repository. |
||
Backup pieces |
||
Details about backup pieces for Enterprise Manager |
||
Archived redo log files in backup sets |
||
Backup sets for all incarnations of databases registered in the catalog |
||
Details about backup sets for Enterprise Manager |
||
Summary of information about backup sets for Enterprise Manager |
||
Server parameter files in backups |
||
Details about server parameter file backups for Enterprise Manager |
||
Summary of information about server parameter file backups for Enterprise Manager |
||
n/a |
Deprecated in favor of RC_RESYNC |
|
Control file copies on disk |
||
Corrupt block ranges in data file copies |
||
Databases registered in the recovery catalog |
||
Database blocks marked as corrupted in the most recent RMAN backup or copy |
||
Database incarnations registered in the recovery catalog |
||
Data files registered in the recovery catalog |
||
Data file copies on disk |
||
|
Details about the restore range of the database for backup data stored on disk |
|
Online redo log history indicating when log switches occurred |
||
Offline ranges for data files |
||
Pluggable databases (PDBs) registered in the recovery catalog |
||
|
PDB incarnations registered in the recovery catalog |
|
Archived log backups taken with the proxy copy functionality |
||
Details about proxy archived redo log files for Enterprise Manager |
||
Summary of information about proxy archived redo log files for Enterprise Manager |
||
Control file backups taken with the proxy copy functionality |
||
Details about data file proxy copies for Enterprise Manager |
||
Summary of information about data file proxy copies for Enterprise Manager |
||
Data file backups that were taken using the proxy copy functionality |
||
Online redo logs for all incarnations of the database since the last catalog resynchronization |
||
All redo threads for all incarnations of the database since the last catalog resynchronization |
||
All restore points for all incarnations of the database since the last catalog resynchronization |
||
|
Details about the restore range of databases registered in the recovery catalog |
|
n/a |
Recovery catalog resynchronizations |
|
Details about backup jobs for Enterprise Manager |
||
Details about backup subjobs for Enterprise Manager |
||
Used internally by Enterprise Manager |
||
RMAN configuration settings |
||
Output from RMAN commands for use in Enterprise Manager |
||
Historical status information about RMAN operations. |
||
|
Details about the restore range of the database for backup data stored on tape |
|
n/a |
Databases in a Data Guard environment |
|
n/a |
Names of scripts stored in the recovery catalog |
|
n/a |
Contents of the scripts stored in the recovery catalog |
|
All tablespaces registered in the recovery catalog, all dropped tablespaces, and tablespaces that belong to old incarnations |
||
All temp files registered in the recovery catalog |
||
Unusable backup files registered in the recovery catalog |