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


RC_REDO_LOG

This view lists information about the online redo logs for all incarnations of the database.

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. 

THREAD#  

NUMBER 

NOT NULL 

The number of the redo thread. 

GROUP# 

NUMBER 

NOT NULL 

The number of the online redo log group. 

NAME 

VARCHAR2(1024) 

NOT NULL 

The name of the online redo log file. 


Prev Up Next
Oracle
Copyright © 1999 Oracle Corporation.

All Rights Reserved.

Library

Product

Contents

Index