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:
- SQL Stored Procedures là gì, cú pháp và sử dụng Stored Procedures
- Managing Different Types of Segments – Quản trị các loại segments trong Oracle Database
- Q140 Which two statements are true about interval data types?
- Q2. Which three statements are true about the Oracle Data Dictionary?
- Bitcoin ETF: Cơ Hội và Rủi Ro Cho Nhà Đầu Tư
