diff --git a/sql/25_last_alertlog_errors.sql b/sql/25_last_alertlog_errors.sql index b6eb351..3c4be4e 100644 --- a/sql/25_last_alertlog_errors.sql +++ b/sql/25_last_alertlog_errors.sql @@ -1,6 +1,6 @@ prompt

Last alertlog errors (Last 30 days and last 100 errors)

-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)" FROM X$DBGALERTEXT