Skip Headers
Oracle® Database Backup and Recovery Reference
10g Release 2 (10.2)

Part Number B14194-03
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

RC_DATABASE

This view gives information about the databases registered in the recovery catalog. It corresponds to the V$DATABASE view.

Column Datatype Description
DB_KEY NUMBER The primary key for the database. Use this column to form a join with almost any other catalog view.
DBINC_KEY NUMBER The primary key for the current incarnation. Use this column to form a join with RC_DATABASE_INCARNATION.
DBID NUMBER Unique identifier for the database obtained from V$DATABASE.
NAME VARCHAR2(8) The DB_NAME of the database for the current incarnation.
RESETLOGS_CHANGE# NUMBER The SCN of the most recent RESETLOGS operation when the record was created.
RESETLOGS_TIME DATE The time stamp of the most recent RESETLOGS operation when the record was created.