Get infomation of oracle database redo logs and switches per day
select trunc(completion_time) rundate,count(*) logswitch,round((sum(blocks*block_size)/1024/1024)) "REDO PER DAY (MB)" from v$archived_log group by trunc(completion_time) order by 1 desc;

Xem thêm:
- Ảnh hưởng của máy tính lượng tử đối với hệ thống CNTT hiện tại, an toàn và bảo mật
- Q101. Which three actions are performed by the Oracle Preinstallation RPM, oracle-database-serverxxxx- preinstall, for Oracle Grid Infrastructure, where xxxx is the Oracle version and release?
- Quản trị Backup Restore với Rman trong Oracle database
- Hướng Dẫn Thêm Tên Miền Tiếng Việt Vào Hosting
- Q142 For which databases will fixup scripts be created?
