Query Alert Log Contents From ADW Database in OCI SQL> select originating_timestamp, module_id, message_text from v$diag_alert_ext order by 1 desc;