From 0efd1ef98773d40f570a31a686eb64e95dfc06bd Mon Sep 17 00:00:00 2001 From: Yacine31 Date: Fri, 26 Nov 2021 07:30:20 +0100 Subject: [PATCH] Update redolog_freq_switch.sql --- redolog_freq_switch.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/redolog_freq_switch.sql b/redolog_freq_switch.sql index c90eafb..c77080b 100644 --- a/redolog_freq_switch.sql +++ b/redolog_freq_switch.sql @@ -38,7 +38,6 @@ col 24 for 999 select to_char(first_time, 'YYYY/MM/dd') "Date", count(1) "Total", -round(sum(blocks*block_size)/1024/1024, 0) "Taille_Mo", sum(decode(to_char(first_time, 'hh24'),'00',1,0)) "00", sum(decode(to_char(first_time, 'hh24'),'01',1,0)) "01", sum(decode(to_char(first_time, 'hh24'),'02',1,0)) "02",