Get info 10 Largest Objects in Database
SELECT * FROM (select SEGMENT_NAME, SEGMENT_TYPE,BYTES/1024/1024/1024 GB,TABLESPACE_NAME from dba_segments order by 3 desc) WHERE ROWNUM <= 10;
Xem thêm:
- Managing Optimizer Statistics Oracle Database | Cập nhật thống kê Statistics trong Oracle Database
- ORA-00845 MEMORY_TARGET not supported on this system
- Quản trị Streams Pool trong Oracle GoldenGate
- Q91. Which three are true about creating container databases (CDBs) and pluggable databases (PDBs) in Oracle 19c and later releases?
- Sử dụng Biến VARIABLE trong Oracle database