Missing Media File Count

Description

This metric returns the count of missing media files.

This is a database-level metric. For cluster databases, this metric is monitored at the cluster database target level and not by member instances.

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 missing media files is %value%.

SELECT count(file#) INTO l_missing_media_files
  FROM v$datafile_header
  WHERE error is not null AND error != 'OFFLINE NORMAL';

User Action

You should perform a database recovery.

Related Topics

About Alerts

About the Metric Detail Page

Editing Thresholds

Understanding Line Charts