Oracle8i Reference
Release 2 (8.1.6)

Part Number A76961-01

Library

Product

Contents

Index

Go to previous page Go to beginning of chapter Go to next page

Dynamic Performance (V$) Views, 119 of 179


V$RECOVERY_FILE_STATUS

V$RECOVERY_FILE_STATUS contains one row for each datafile for each RECOVER command. 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:

Oracle8i Recovery Manager User's Guide and Reference

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. Contains one of the following values: IN RECOVERY; CURRENT; NOT RECOVERED 


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