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

A76990-01

Library

Product

Contents

Index

Prev Up Next

Recovery Catalog Views, 6 of 25


RC_BACKUP_PIECE

This view lists information about backup pieces. This view corresponds to the V$BACKUP_PIECE view. Each backup set contains one or more backup pieces.

Multiple copies of the same backup piece can exist, but each copy has its own record in the control file and its own row in the view.

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 database identifier. 

BP_KEY 

NUMBER 

NOT NULL 

The primary key for the backup piece 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 piece RECID from V$BACKUP_PIECE. RECID and STAMP form a concatenated primary key that uniquely identifies this record in the target database control file. 

STAMP 

NUMBER 

NOT NULL 

The backup piece stamp propagated from V$BACKUP_PIECE. RECID and STAMP form a concatenated primary key that uniquely identifies this record in the target database control file. 

BS_KEY 

NUMBER 

NOT NULL 

The primary key of the backup set to which this record belongs in the recovery catalog. Use this column to form a join with RC_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 the backup set to which this record belongs in the target database control file. 

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 the backup set to which this record belongs in the target database control file. 

BACKUP_TYPE 

VARCHAR2(1) 

NOT NULL 

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

INCREMENTAL_LEVEL 

NUMBER 

 

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

PIECE# 

NUMBER 

NOT NULL 

The number of the backup piece. The first piece has the value of 1. 

COPY# 

NUMBER 

NOT NULL 

The copy number of the backup piece. 

DEVICE_TYPE 

VARCHAR2(255) 

NOT NULL 

The type of backup device: DISK or SBT_TAPE (sequential media). 

HANDLE 

VARCHAR2(1024) 

NOT NULL 

The filename of the backup piece. It is the value that RMAN passes to the OSD layer that identifies the file. 

COMMENTS 

VARCHAR2(255) 

 

Comments about the backup piece. 

MEDIA 

VARCHAR2(80) 

 

A comment that contains further information about the media manager that created this backup. 

MEDIA_POOL 

NUMBER 

 

The number of the media pool in which the backup is stored. 

CONCUR 

VARCHAR2(3) 

 

Specifies whether backup media supports concurrent access: YES or NO. 

TAG 

VARCHAR2(32) 

 

The user-specified tag for the backup piece. 

START_TIME 

DATE 

NOT NULL 

The time when RMAN started to write the backup piece. 

COMPLETION_TIME 

DATE 

NOT NULL 

The time when the backup piece was completed. 

ELAPSED_SECONDS 

NUMBER 

 

The duration of the creation of the backup piece. 

STATUS 

VARCHAR2(1) 

NOT NULL 

The status of the backup piece: A (available), U (unavailable), D (deleted), or X (expired). 


Prev Up Next
Oracle
Copyright © 1999 Oracle Corporation.

All Rights Reserved.

Library

Product

Contents

Index