Update 25_last_alertlog_errors.sql

This commit is contained in:
Yacine31
2023-11-12 02:12:49 +01:00
parent 40598a1d93
commit ecd0505819

View File

@@ -1,6 +1,6 @@
prompt <h2>Last alertlog errors (Last 30 days and last 100 errors)</h2> prompt <h2>Last alertlog errors (Last 30 days and last 100 errors)</h2>
set pages 999 lines 150 set pages 99
-- select to_char(ORIGINATING_TIMESTAMP, 'DD-MM-YYYY HH-MM-SS') || ' : ' || message_text "Last alertlog (30 days)" -- select to_char(ORIGINATING_TIMESTAMP, 'DD-MM-YYYY HH-MM-SS') || ' : ' || message_text "Last alertlog (30 days)"
select to_char(ORIGINATING_TIMESTAMP, 'DD-MM-YYYY HH-MM-SS') , message_text "Last alertlog (30 days)" select to_char(ORIGINATING_TIMESTAMP, 'DD-MM-YYYY HH-MM-SS') , message_text "Last alertlog (30 days)"
FROM X$DBGALERTEXT FROM X$DBGALERTEXT