Applied archive log gap status


Job details

Name: Applied archive log gap status
Platform: Oracle
Category: Cluster and Replication
Description: Reacts on applied archived log gaps and errors.
Long description: Reacts on applied archived log gaps and errors.
Version: 1.0
Default schedule: 4,14,24,34,44,54 * * *
Requires engine install: Yes
Compatibility tag: .[type=‘instance’ & databasetype=‘oracle’]/.[hasengine=‘YES’]

Parameters

Name Default value Description
ignore destination IDs 0 Destination ID excluded from being checked (comma separated).
return status when errors 1 Return status value (ALARM – 2, WARNING – 1, or OK – 0) when errors found (column ERROR in V$ARCHIVE_DEST_STATUS view).
gap warning threshold 5 Return a WARNING when applied archived log gap exceeds this threshold.
gap alarm threshold 20 Return an ALARM when applied archived log gap exceeds this threshold.

Job Summary

SELECT dest_id, sequence#, status, ERROR from V$ARCHIVE_DEST_STATUS where status != 'ACTIVE';

Implementation Details

Execution and Dependencies

Parameters and Conditions

Error Handling and Reporting

Report Generation

Importance in Database Administration

By monitoring applied archive log gaps and statuses across Oracle standby instances, this dbWatch Control Center job plays a crucial role in the risk management and performance optimization of database systems.