【问题标题】:How to calculate the schema size in oracle db in sql developer?如何在 sql developer 中计算 oracle db 中的模式大小?
【发布时间】:2021-01-02 06:24:22
【问题描述】:

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

【问题讨论】:

    标签: sql oracle size schema


    【解决方案1】:

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

    【讨论】:

      猜你喜欢
      • 2021-10-13
      • 1970-01-01
      • 2018-09-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-01-18
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多