Datafiles Need Media Recovery

Description

This metric represents the count of datafiles that need recovery.

Metric Summary

The rest of the information in this section is only valid for this metric when it appears in either the Enterprise Manager Grid Control or the Enterprise Manager Database Control (if applicable).

The following table shows how often the metric's value is collected and compared against the default thresholds. The 'Consecutive Number of Occurrences Preceding Notification' column indicates the consecutive number of times the comparison against thresholds should hold TRUE before an alert is generated.

Target Version

Evaluation and Collection Frequency

Upload Frequency

Operator

Default Warning Threshold

Default Critical Threshold

Consecutive Number of Occurrences Preceding Notification

Alert Text

pre-10g; 10.1.0.x; 10.2.0.x

Every 15 Minutes

After Every Sample

>

Not Defined

0

1

Number of datafiles needing media recovery is %value%.

Data Source

SELECT count(file#) INTO l_datafiles_need_recovery
  FROM v$datafile_header
  WHERE recover ='YES';

User Action

Perform a database recovery.

Related Topics

About Alerts

About the Metric Detail Page

Editing Thresholds

Understanding Line Charts