Non-reclaimable Flash Recovery Area (%)

Description

This metric represents the percentage of space non-reclaimable (spaced used minus space reclaimable) in the flash recovery area.

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.

Target Version

Collection Frequency

10.1.0.x; 10.2.0.x; 11.1.0.x; 11.2.0.x

Every 15 Minutes

Data Source

Non-reclaimable = space used - space reclaimable

Space Used:
  SELECT SUM(PERCENT_SPACE_USED 
     FROM v$flash_recovery_area_usage;

Space Reclaimable:
  SELECT SUM(PERCENT_SPACE_RECLAIMABLE) 
     FROM v$flash_recovery_area_usage;

User Action

Not applicable since not alertable

Related Topics

About Alerts

About the Metric Detail Page

Editing Thresholds

Understanding Line Charts