Update 30b_schema_size.sql

This commit is contained in:
Yacine31
2023-11-23 01:33:20 +01:00
parent e441c248c0
commit fc67c398d3

View File

@@ -1,8 +1,8 @@
prompt <h2>Taille des objets par schéma (Mo):</h2> prompt <h2>Taille des objets par schéma (Mo):</h2>
select select
ds.owner owner, ds.owner "Owner",
round(sum(ds.bytes) / 1024 / 1024) "schema size mega", round(sum(ds.bytes) / 1024 / 1024) "Schema Size MB",
du.default_tablespace "default tablespace" du.default_tablespace "Default Tablespace"
from from
dba_segments ds, dba_segments ds,
dba_users du dba_users du