Skip Headers

Oracle9i Database Reference
Release 2 (9.2)

Part Number A96536-02
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
Feedback

Go to previous page Go to next page
View PDF

V$RECOVERY_FILE_STATUS

V$RECOVERY_FILE_STATUS contains one row for each datafile for each RECOVER statement. This view contains useful information only for the Oracle process doing the recovery. When Recovery Manager directs a server process to perform recovery, only Recovery Manager is able to view the relevant information in this view. V$RECOVERY_FILE_STATUS will be empty to all other Oracle users.

See Also:

Oracle9i Recovery Manager User's Guide

Column Datatype Description

FILENUM

NUMBER

The number of the file being recovered

FILENAME

VARCHAR2(257)

The filename of the datafile being recovered

STATUS

VARCHAR2(13)

The status of the recovery (IN RECOVERY|CURRENT| NOT RECOVERED)