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:
- Q77 In which three situations does a new transaction always start?
- Tác động của trí tuệ nhân tạo đối với thị trường lao động
- Blockchain Là Gì? Tổng Quan Và Cách Thức Hoạt Động
- Trí tuệ nhân tạo trong quản lý năng lượng thông minh
- Q155 Which four statements are true regarding primary and foreign key constraints and the effect they can have on table data?