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 Create a Dynamic List Item in Oracle Form Create a Clock Timer’s in Oracle Form Mass Inventory Category Cleanup Using Oracle Inventory API