Oracle8i Backup and Recovery Guide Release 8.1.5 A67773-01 |
|
This chapter contains descriptions of recovery catalog views. You can only access these views if you have created a recovery catalog.
This view lists historical information about all archived redo logs. It corresponds to the V$ARCHIVED_LOG dynamic performance view in the control file.
An archived redo log record is inserted after the online redo log is successfully archived or cleared (NAME column is NULL if the log was cleared). If the log is archived multiple times (the maximum is 5), there will be multiple archived log records with the same THREAD#, SEQUENCE#, and FIRST_CHANGE#, but with a different name. An archived log record is also inserted when an archived log is restored from a backup set or a copy.
Note that an archived redo log can have no log history record if its log history record is written over in the control file or after a RESETLOGS operation.
This view lists information about control files in backup sets. Note that a backup datafile record with file number 0 represents the backup control file in the V$BACKUP_DATAFILE dynamic performance view.
This view lists corrupt block ranges in datafile backups. It corresponds to the V$BACKUP_CORRUPTION dynamic performance view in the control file. Note that corruptions are not tolerated in control file and archived redo log backups.
This view lists information about datafiles in backup sets. It corresponds to the V$BACKUP_DATAFILE dynamic performance view. A backup datafile is uniquely identified by BDF_KEY.
This view lists information about backup pieces. This view corresponds to the V$BACKUP_PIECE dynamic performance view. Each backup set contains one or more backup pieces.
Multiple copies of the same backup piece can exist, but each copy will have its own record in the control file and its own row in the view.
This view lists information about archived redo logs in backup sets. It corresponds to the V$BACKUP_REDOLOG dynamic performance view in the control file.
You cannot back up online logs directly; you must first archive them to disk and then back them up. An archived log backup set contains one or more archived logs.
This view lists information about backup sets for all incarnations of the database. It corresponds to the V$BACKUP_SET dynamic performance view. A backup set record is inserted after the backup has successfully completed.
This view lists recovery catalog resynchronization information. It does not give information about database checkpoints. In most cases, you should use RC_RESYNC instead.
This view lists information about control file copies on disk. Note that a datafile copy record with a file number of 0 is used to represent the control file copy in the V$DATAFILE_COPY dynamic performance view.
This view lists corrupt block ranges in datafile copies. It corresponds to the V$COPY_CORRUPTION dynamic performance view.
This view gives information about the databases registered in the recovery catalog.
This view lists information about all database incarnations registered in the recovery catalog. Oracle creates a new incarnation whenever you open a database with the RESETLOGS option.
C
This view lists information about all datafiles registered in the recovery catalog. It corresponds to the V$DATAFILE dynamic performance view. A datafile is shown as dropped if its tablespace was dropped.
This view lists information about datafile copies on disk. It corresponds to the V$DATAFILE_COPY dynamic performance view.
This view lists historical information about the online redo logs. It corresponds to the V$LOG_HISTORY dynamic performance view.
This view lists the offline ranges for datafiles. It corresponds to the V$OFFLINE_RANGE dynamic performance view.
An offline range is created for a datafile when its tablespace is first altered to be offline normal or read-only, and then subsequently altered to be online or read-write. Note that no offline range is created if the datafile itself is altered to be offline or if the tablespace is altered to be offline immediate.
This view contains descriptions of control file backups that were taken with proxy copy. In a proxy copy, the media manager takes over the operations of backing up and restoring data. Each row represents a backup of one control file. This view corresponds to V$PROXY_DATAFILE.
This view contains descriptions of datafile backups that were taken with proxy copy. It corresponds to the V$PROXY_DATAFILE dynamic performance view. In a proxy copy, the media manager takes over the operations of backing up and restoring data. Each row represents a backup of one database file.
This view lists information about the online redo logs for all incarnations of the database.
This view lists data about all redo threads for all incarnations of the database.
This view lists information about recovery catalog resynchronizations. Every full resynchronization takes a snapshot of the target database control file and resynchronizes the recovery catalog from the snapshot.
This view lists information about scripts stored in the recovery catalog. The view contains one row for each stored script.
This view lists information about lines of the scripts stored in the recovery catalog. The view contains one row for each line of each stored script.
This view lists information about all tablespaces registered in the recovery catalog, all dropped tablespaces, and tablespaces that belong to old database incarnations. It corresponds to the V$TABLESPACE dynamic performance view. The current value is shown for tablespace attributes.