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:
- Q121. Which three are true about transporting databases across platforms using Recovery Manager (RMAN) image copies?
- Thay đổi chế độ Protection mode trong Oracle data guard
- Q128. Examine these queries and their output: You want to recover PDB1 to Restore Point R1. How do you achieve this?
- Xếp hạng các hệ quản trị Cơ sở dữ liệu phổ biến nhất update 7/2024
- Using the DEFINE and VERIFY – Sử dụng DEFINE và VERIFY trong SQL*Plus