
select OWNER,sum(bytes)/1024/1024/1000 "SIZE_IN_GB" from dba_segments group by owner order by owner;
Xem thêm:
- Using Space-Saving Features – Phương pháp tiết kiệm dung lượng lưu trữ trong Oracle Database
- Data Validation là gì?
- Q51 Examine the description of the customers table
- Cách hạn chế đăng nhập sai nhiều lần trong WordPress
- Quản trị User trong Oracle Container Database (CDB) và Pluggable Database (PDB)
