The Oracle Alert Log page shows recent significant entries from Oracle diagnostic alert log data. It is designed for triage of ORA errors, background process failures, warnings, and deadlock-related messages without exposing Oracle diagnostic internals as separate tabs.
Click a grid row to inspect the selected message. Use Refresh to rebuild the grouped rows from the latest engine snapshot.
Use the page AI assistant to explain the visible alert-log entries. The assistant receives the grouped alert-log rows, severity, ORA code, component/process, container context, and recurrence counts, then combines that with the current Oracle instance context.
The assistant should be used for triage and next-step planning. Do not treat it as a replacement for Oracle trace-file review, DBA investigation, or your normal change-control process.
This page uses V$DIAG_ALERT_EXT. The same view supports Oracle deadlock detection, alert-log health checks, and the Alert Log Errors alert.
The recommended monitoring setup is a common CDB user with:
GRANT CREATE SESSION TO C##MINIDBA_MONITOR CONTAINER = ALL;
GRANT SELECT ANY DICTIONARY TO C##MINIDBA_MONITOR CONTAINER = ALL;
For stricter environments, ask a DBA to grant explicit select access to V$DIAG_ALERT_EXT and the other views shown in the Oracle permissions modal.