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, 18 of 25


RC_PROXY_CONTROLFILE

This view contains descriptions of control file backups that were taken using the proxy copy functionality. It corresponds to the V$PROXY_DATAFILE 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 control file.

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. 

DBINC_KEY 

NUMBER 

NOT NULL 

The primary key for the incarnation of the target database. Use this column to form a join with RC_DATABASE_INCARNATION. 

DB_NAME 

VARCHAR2(8) 

NOT NULL 

The DB_NAME of the database incarnation to which this record belongs. 

XDF_KEY 

NUMBER 

NOT NULL 

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

STAMP 

NUMBER 

NOT NULL 

The proxy copy stamp from V$PROXY_DATAFILE. RECID and STAMP form a concatenated primary key that uniquely identifies this record in the target database control file. 

TAG 

VARCHAR2(32) 

 

The tag for the proxy copy. 

RESETLOGS_CHANGE# 

NUMBER 

NOT NULL 

The SCN of the most recent RESETLOGS when the record was created. 

RESETLOGS_TIME 

DATE 

NOT NULL 

The timestamp of the most recent RESETLOGS when the record was created. 

CHECKPOINT_CHANGE# 

NUMBER 

NOT NULL 

Checkpoint SCN when the copy was made. 

CHECKPOINT_TIME 

DATE 

NOT NULL 

Checkpoint time when the copy was made. 

CREATION_TIME 

DATE 

NOT NULL 

The control file creation time. 

BLOCK_SIZE 

NUMBER 

NOT NULL 

The block size for the copy in bytes. 

MIN_OFFR_RECID 

NUMBER 

NOT NULL 

Internal use only. 

OLDEST_OFFLINE_RANGE 

NUMBER 

NOT NULL 

Internal use only. 

DEVICE_TYPE 

VARCHAR2(255) 

NOT NULL 

The type of sequential media device. 

HANDLE 

VARCHAR2(1024) 

NOT NULL 

The filename for the proxy copy. This is the value that RMAN passes to the operating system-dependent layer that identifies the file. 

COMMENTS 

VARCHAR2(255) 

 

Comments about the proxy copy. 

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 proxy copy is stored. 

START_TIME 

DATE 

NOT NULL 

The time when proxy copy was initiated. 

COMPLETION_TIME 

DATE 

NOT NULL 

The time when the proxy copy was completed. 

ELAPSED_SECONDS 

NUMBER 

 

The duration of the proxy copy. 

STATUS 

VARCHAR2(1) 

NOT NULL 

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


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