Oracle8i Recovery Manager User's Guide and Reference
Release 2 (8.1.6)

Part Number A76990-01

Library

Product

Contents

Index

Go to previous page Go to beginning of chapter Go to next page

Recovery Catalog Views, 8 of 25


RC_BACKUP_SET

This view lists information about backup sets for all incarnations of the database. It corresponds to the V$BACKUP_SET view. A backup set record is inserted after the backup has successfully completed.

Column  Datatype  NULL  Description 

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. 

DB_ID 

NUMBER 

NOT NULL 

The unique database identifier. 

BS_KEY 

NUMBER 

NOT NULL 

The primary key of the backup set 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 backup set RECID from V$BACKUP_SET. RECID and STAMP form a concatenated primary key that uniquely identifies this record in the target database control file. Use either RECID and STAMP or SET_STAMP and SET_COUNT to access V$BACKUP_SET. 

STAMP 

NUMBER 

NOT NULL 

The backup set STAMP from V$BACKUP_SET. RECID and STAMP form a concatenated primary key that uniquely identifies this record in the target database control file. Use either RECID and STAMP or SET_STAMP and SET_COUNT to access V$BACKUP_SET. 

SET_STAMP 

NUMBER 

NOT NULL 

The SET_STAMP value from V$BACKUP_SET. SET_STAMP and SET_COUNT form a concatenated key that uniquely identifies this record in the target database control file. Use either RECID and STAMP or SET_STAMP and SET_COUNT to access V$BACKUP_SET. 

SET_COUNT 

NUMBER 

NOT NULL 

The SET_COUNT value from V$BACKUP_SET. SET_STAMP and SET_COUNT form a concatenated key that uniquely identifies this record in the target database control file. Use either RECID and STAMP or SET_STAMP and SET_COUNT to access V$BACKUP_SET. 

BACKUP_TYPE 

VARCHAR2(1) 

NOT NULL 

The type of the backup: D (full backup or level 0 incremental), I (incremental of level 1 or higher), L (archived redo log). 

INCREMENTAL_LEVEL 

NUMBER 

NOT NULL 

The level of the incremental backup: NULL or 0 - 4. 

PIECES 

NUMBER 

NOT NULL 

The number of backup pieces in the backup set. 

START_TIME 

DATE 

NOT NULL 

The time when the backup began. 

COMPLETION_TIME 

DATE 

NOT NULL 

The time when the backup completed. 

ELAPSED_SECONDS 

NUMBER 

 

The duration of the backup in seconds. 

STATUS 

VARCHAR2(1) 

NOT NULL 

The status of the backup set: A (all backup pieces available), D (all backup pieces deleted), O (some backup pieces are available but others are not, so the backup set is unusable). 


Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2000, Oracle Corporation.

All Rights Reserved.

Library

Product

Contents

Index