Query to check all the schemas and their sizes Home > Database Blog > Query to check all the schemas and their sizes select OWNER,sum(bytes)/1024/1024/1000 “SIZE_IN_GB” from dba_segments group by owner order by owner; Hariprasath Rajaram hariprasath.r@doyensys.com Recent Posts Script to import standard purchase order Query to get Journal Entry Reserve Ledger Report Connect Your Oracle Cloud VCNs Like a Pro: The Complete Local Peering Gateway Guide