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


RC_DATAFILE_COPY

This view lists information about datafile copies on disk. It corresponds to the V$DATAFILE_COPY 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. 

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. 

CDF_KEY 

NUMBER 

NOT NULL 

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

STAMP 

NUMBER 

NOT NULL 

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

NAME 

VARCHAR2(1024) 

NOT NULL 

The filename of the datafile copy. 

TAG 

VARCHAR2(32) 

 

The tag for the datafile copy. 

FILE# 

NUMBER 

NOT NULL 

The absolute file number for the datafile. 

CREATION_CHANGE# 

NUMBER 

NOT NULL 

The SCN for the datafile copy creation. 

RESETLOGS_CHANGE# 

NUMBER 

NOT NULL 

The SCN of the most recent RESETLOGS in the datafile header. 

RESETLOGS_TIME 

DATE 

NOT NULL 

The timestamp of the most recent RESETLOGS in the datafile header. 

INCREMENTAL_LEVEL 

NUMBER 

 

The incremental level of the copy: 0 or NULL. 

CHECKPOINT_CHANGE# 

NUMBER 

NOT NULL 

The SCN of the most recent datafile checkpoint. 

CHECKPOINT_TIME 

DATE 

NOT NULL 

The time of the most recent datafile checkpoint. 

ABSOLUTE_FUZZY_CHANGE# 

NUMBER 

 

The highest SCN in any block of the file, if known. 

RECOVERY_FUZZY_CHANGE# 

NUMBER 

 

The SCN to which recovery must proceed for the file to become not fuzzy. If not NULL, this file must be recovered at least to the specified SCN before the database can be opened with this file. 

RECOVERY_FUZZY_TIME 

DATE 

 

The time to which recovery must proceed for the file to become not fuzzy. If not NULL, this file must be recovered at least to the specified time before the database can be opened with this file. 

ONLINE_FUZZY 

VARCHAR2(3) 

 

YES/NO. If set to YES, this copy was made after a crash or OFFLINE IMMEDATE (or is a copy of a copy that was taken improperly while the database was open). Recovery will need to apply all redo up to the next crash recovery marker to make the file consistent.  

BACKUP_FUZZY 

VARCHAR2(3) 

 

YES/NO. If set to YES, this is a copy taken using the BEGIN BACKUP/END BACKUP technique. To make this copy consistent, Recovery needs to apply all redo up to the marker that is placed in the redo stream when the ALTER TABLESPACE END BACKUP command is used. 

BLOCKS 

NUMBER 

NOT NULL 

The number of blocks in the datafile copy (also the size of the datafile when the copy was made). 

BLOCK_SIZE 

NUMBER 

NOT NULL 

The size of the blocks in bytes. 

COMPLETION_TIME 

 

 

The time when the copy completed. 

STATUS 

VARCHAR2(1) 

NOT NULL 

The status of the copy: A (available), U (unavailable), 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