Get info table with FRAGMENTED_SPACE Oracle database:
select owner,table_name,blocks,num_rows,avg_row_len,round(((blocks*8/1024)),0) "TOTAL_SIZE", round((num_rows*avg_row_len /1024/1024),0) "ACTUAL_SIZE", round(((blocks*8/1024)-(num_rows*avg_row_len/1024/1024)),0) "FRAGMENTED_SPACE" from dba_tables where owner not in ('SYS','SYSTEM','FDBA','PERFSTAT','DBMON') and round(((blocks*8/1024)-(num_rows*avg_row_len/1024/1024)),2) > 100 order by 8 desc;
Xem thêm:
- So sánh các theme phổ biến: Astra, GeneratePress, OceanWP
- Q47 Examine the description of the SALES1 table
- Q74. Which three are true about using an RMAN Recovery Catalog with a pluggable database (PDB) target connection in Oracle Database 19c and later releases?
- Q15. Which three are true about thresholds, metrics, and server-generated alerts?
- Recommendation Engine là gì?