RMAN backup status


Job details

Name: RMAN backup status
Platform: Oracle
Category: Availability
Description: Checks the status of RMAN backup from V$RMAN_BACKUP_JOB_DETAILS performance view.
Long description: Checks the status of RMAN backup from V$RMAN_BACKUP_JOB_DETAILS performance view.
Version: 3.2
Default schedule: 10 6 * *
Requires engine install: Yes
Compatibility tag: .[type=‘instance’ & databasetype=‘oracle’]/.[hasengine=‘YES’ & (version like ‘11%’)]

Parameters

Name Default value Description
backup expire time 24 Backup expire time.
return status when backup RUNNING 1 Return status value (ALARM – 2, WARNING – 1, or OK – 0) when RMAN backup status value is RUNNING.
return status when backup FAILED 2 Return status value (ALARM – 2, WARNING – 1, or OK – 0) when RMAN backup status value is FAILED.

Job Summary

SELECT * FROM V$RMAN_BACKUP_JOB_DETAILS;

Implementation Details

Dependencies and Permissions

Outputs and Reporting

Report Title Function Output Description
RMAN Backup Statistics History and Statistics Displays a history and statistical analysis of RMAN backups including details such as start time, end time, status, elapsed time, and size of data processed (input/output) in MB.
Backup Size History Graphical Representation Provides a visualization of backup sizes over time, helping in trend analysis and capacity planning.
RMAN Backup Pieces Detailed Log Shows detailed records of individual RMAN backup pieces from the V$BACKUP_PIECE view including all relevant metrics such as elapsed time, device type, status, etc.
RMAN Configuration Configuration Lookup Lists RMAN configuration settings which can be crucial for troubleshooting and understanding backup behaviors.

Additional Notes

This job is critical as it ensures that RMAN backups, essential for disaster recovery, are performed correctly and within expected time frames. Moreover, it facilitates immediate response and resolution in case of failures or delays in backups.