Flash Recovery Area Usage


Job details

Name: Flash Recovery Area Usage
Platform: Oracle
Category: Capacity
Description: Checks space usage in the flash recovery area.
Long description: Checks space usage in the flash recovery area.
Version: 2.8
Default schedule: 10 * * *
Requires engine install: Yes
Compatibility tag: .[type=‘instance’ & databasetype=‘oracle’]/.[hasengine=‘YES’ & eleven_and_above = ‘1′ & _priv_read_v_flash_recovery_area_usage = ‘1′]

Parameters

Name Default value Description
warning threshold 80 Warning threshold for flash recovery area usage (percentage).
alarm threshold 95 Alarm threshold for flash recovery area usage (percentage).
warning threshold (GB) 5 Minimum of free space (in GB) for the flash recovery area. If the amount of free space falls below this parameter value, and at the same time the amount of free space in percent falls below the “warning threshold” parameter value, the alert will return a WARNING.
alarm threshold (GB) 2 Minimum of free space (in GB) for the flash recovery area. If the amount of free space falls below this parameter value, and at the same time the amount of free space in percent falls below the “alarm threshold” parameter value, the alert will return an ALARM.
history threshold 30 The number of days the statistics will be kept in the history table.
reclaimable space as free space NO If sett to “YES“ the reclaimable space usage of Flash Recovery Area will be calculated as free space.

Job Summary

SELECT PERCENT_SPACE_USED, PERCENT_SPACE_RECLAIMABLE, NUMBER_OF_FILES FROM V$FLASH_RECOVERY_AREA_USAGE;

Job Details

Key Parameters

Functional Dependencies

Dependency Description
FLASH_REC_AREA_check_#instance~id# Self-check for monitoring FRA usage.
flash_rec_usage_histr_#instance~id# Historical data storage.

Implementation Details

This job involves:

Reporting

File Type % Space Used Reclaimable Number of Files
File type data % of space used % that can be reclaimed Total files count

Recovery Recommendations

This dbWatch job ensures that the Flash Recovery Area is under constant surveillance, preventing potential issues that could impair the database’s ability to recover from failures effectively.