Use the Oracle Operations page to review backup freshness, RMAN job history, Scheduler job state, Flash Recovery Area pressure, archive destination status, ASM disk group state, and redo log switch history for a monitored Oracle server. For the recoverability-focused workflow, see Oracle Backup And Jobs.
V$RMAN_BACKUP_JOB_DETAILS.DBA_SCHEDULER_JOBS and DBA_SCHEDULER_JOB_RUN_DETAILS.V$RECOVERY_FILE_DEST and file-type usage from V$RECOVERY_AREA_USAGE.V$ARCHIVE_DEST_STATUS, including destination error and gap state.V$ASM_DISKGROUP when ASM is accessible.V$LOG_HISTORY.Start with the summary row. A stale or missing RMAN backup is a recoverability risk even when the database is otherwise healthy. A recent failed RMAN job deserves separate attention because an older successful backup may still exist but the current backup schedule may be broken.
Use Scheduler Jobs to identify disabled, failed, or repeatedly retrying jobs. Use Scheduler Failures for recent failure details and hand the job name, error number, and additional info to the DBA or application owner.
Use Recovery Area and Archive Destinations together when archiving, backup, or Data Guard symptoms appear. The Recovery Area tab separates overall capacity from file-type usage so archived logs, backups, and flashback logs can be triaged separately. FRA pressure can stop archiving, and destination errors can break redo transport or recovery point readiness. If the database uses ASM, check ASM Disk Groups for low usable space or offline disks before treating storage symptoms as purely tablespace-level problems.
Oracle Operations feeds the Mini DBA AI Assistant with RMAN, Scheduler, FRA, ASM, archive destination, and redo evidence. The assistant can summarize likely operational risks and suggest a safe triage order.
Related alerts include RMAN Backup Age, RMAN Backup Failures, Failed Scheduler Jobs, Flash Recovery Area Usage, Redo Log Switches Per Hour, Data Guard Destination Errors, and Alert Log Errors.
The monitoring login needs access to the backup, recovery, redo, and Scheduler views listed above. In the Oracle permissions modal, check Backup And Job Views, Data Guard Views, and ASM Views if ASM monitoring is required. For multitenant Oracle, a CDB/root common monitoring user gives Mini DBA the most complete operational view.