From 09167bbf89bfbb9d0c633c62b2ef294168c55207 Mon Sep 17 00:00:00 2001 From: Yacine31 Date: Tue, 9 Jul 2024 03:33:50 +0200 Subject: [PATCH] Update 25_last_alertlog_errors.sql MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit màj format date hh:mm:ss --- sql/25_last_alertlog_errors.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/25_last_alertlog_errors.sql b/sql/25_last_alertlog_errors.sql index adc3644..e0b58b8 100644 --- a/sql/25_last_alertlog_errors.sql +++ b/sql/25_last_alertlog_errors.sql @@ -1,7 +1,7 @@ prompt

Les dernières erreurs de la base de données (Les 30 derniers jours et les 50 dernières lignes)

SELECT - TO_CHAR(ORIGINATING_TIMESTAMP, 'DD-MM-YYYY HH-MM-SS') "Date", + TO_CHAR(ORIGINATING_TIMESTAMP, 'DD-MM-YYYY HH:MM:SS') "Date", MESSAGE_TEXT "Message" FROM X$DBGALERTEXT