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


RC_OFFLINE_RANGE

This view lists the offline ranges for datafiles. It corresponds to the V$OFFLINE_RANGE 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.

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. 

RECID 

NUMBER 

NOT NULL 

The record identifier for the offline range from V$OFFLINE_RANGE. RECID and STAMP form a concatenated primary key that uniquely identifies this record in the target database control file. 

STAMP 

NUMBER 

NOT NULL 

The stamp for the offline range from V$OFFLINE_RANGE. RECID and STAMP form a concatenated primary key that uniquely identifies this record in the target database control file. 

FILE# 

NUMBER 

NOT NULL 

The absolute file number of the datafile. 

CREATION_CHANGE# 

NUMBER 

NOT NULL 

The SCN at datafile creation. 

OFFLINE_CHANGE# 

NUMBER 

NOT NULL 

The SCN taken when the datafile was taken offline. 

ONLINE_CHANGE# 

NUMBER 

NOT NULL 

The online checkpoint SCN. 

ONLINE_TIME 

DATE 

NOT NULL 

The online checkpoint time. 

CF_CREATE_TIME 

DATE 

 

The time of control file creation. 


Prev Up Next
Oracle
Copyright © 1999 Oracle Corporation.

All Rights Reserved.

Library

Product

Contents

Index