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: 2.4
Default schedule: 10 6 * *
Requires engine install: Yes
Compatibility tag: .[type=‘instance’ & databasetype=‘oracle’]/.[hasengine=‘YES’ & (version like ‘9%’)]

Parameters

Name Default value Description
backup expire time 24 Backup expire time (in hours).

Job Summary

SELECT HANDLE, TAG, STATUS, START_TIME, COMPLETION_TIME, ELAPSED_SECONDS, DELETED FROM V$BACKUP_PIECE WHERE DELETED = 'NO' ORDER BY START_TIME DESC;

Details and Implementation

Monitoring and Reporting Features

Output and Reporting

The output of this job includes the following reports:

RMAN Backup Statistics

Backup ended Elapsed Time (sec) Handle REC ID Device Type Tag Status

RMAN Configuration

In summary, this dbWatch Control Center job is an essential tool designed for proactive monitoring and management of RMAN backups in Oracle databases, particularly those using older versions starting with ‘9′. It ensures data protection strategies are adhered to and potential backup issues are addressed promptly.