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, 121 of 179


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:

Oracle8i 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 


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