From 6f89b71f0d8752b5535abcc45f89f172c94061ed Mon Sep 17 00:00:00 2001 From: Yacine31 Date: Mon, 28 Apr 2025 15:32:43 +0200 Subject: [PATCH] correction alertlog HH24 au lieu de HH --- sql/25_last_alertlog_errors.sql | 2 +- summary/22_alertlog_errors.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sql/25_last_alertlog_errors.sql b/sql/25_last_alertlog_errors.sql index e0b58b8..a0e667f 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 HH24:MM:SS') "Date", MESSAGE_TEXT "Message" FROM X$DBGALERTEXT diff --git a/summary/22_alertlog_errors.sql b/summary/22_alertlog_errors.sql index a659559..f243ff4 100644 --- a/summary/22_alertlog_errors.sql +++ b/summary/22_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 HH24:MM:SS') "Date", MESSAGE_TEXT "Message" FROM X$DBGALERTEXT