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_PROGRESS

V$RECOVERY_PROGRESS can be used to track database recovery operations to ensure that they are not stalled, and also to estimate the time required to complete the operation in progress.

V$RECOVERY_PROGRESS is a subview of V$SESSION_LONGOPS.

See Also:

Oracle9i User-Managed Backup and Recovery Guide

Column Datatype Description

TYPE

VARCHAR2(64)

The type of recovery operation being performed

ITEM

VARCHAR2(32)

The item being measured

SOFAR

NUMBER

The amount of work done so far

TOTAL

NUMBER

The total amount of work expected