简体   繁体   中英

How to calculate the schema size in oracle db in sql developer?

我的团队给出的任务是比较 prod 和 dev 的架构大小,那么如何计算架构大小。

select sum(bytes)/1024/1024/1024 "GB" from dba_segments where owner='SCHEMA_NAME';

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM