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 Restricting multiple sessions per user in Oracle APEX APEX USER LOGIN LOGOUT AUDIT Converting UTC to Local Time with DST in Oracle Integration