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@staging.doyensys.com Recent Posts Enhancing Jasper Reports with Dynamic PDF Titles DATAGAURD BROKER CONFIGURATION Changing Interactive Grid Headings Dynamically in APEX