Update 23_archive_log_per_day.sql
This commit is contained in:
@@ -69,6 +69,7 @@ select
|
|||||||
count(*) "Nbr de fichiers",
|
count(*) "Nbr de fichiers",
|
||||||
ROUND(sum(BLOCKS*BLOCK_SIZE)/1024/1024, 0) "Taille_Mo"
|
ROUND(sum(BLOCKS*BLOCK_SIZE)/1024/1024, 0) "Taille_Mo"
|
||||||
from v$archived_log
|
from v$archived_log
|
||||||
|
where rownum<=30
|
||||||
group by to_char(first_time, 'YYYY/MM/dd')
|
group by to_char(first_time, 'YYYY/MM/dd')
|
||||||
order by to_char(first_time, 'YYYY/MM/dd')
|
order by to_char(first_time, 'YYYY/MM/dd')
|
||||||
;
|
;
|
||||||
|
|||||||
Reference in New Issue
Block a user