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:
- Firewall là gì?
- Etcd là gì?
- Thủ tục đổi tên CONTROLFILE, DATAFILES sang đường dẫn mới
- Q91. Which three are true about creating container databases (CDBs) and pluggable databases (PDBs) in Oracle 19c and later releases?
- Q159. Which two are true about changing the LOCAL_UNDO_ENABLED property to false in a CDB?