Calculate Schema Size in Oracle

If you are an Oracle DBA and you don’t know how to do this, go find a new job…but for quick reference, here it is:

SELECT sum(bytes)/1024/1024 FROM dba_segments WHERE owner=’YOURMOM’;

Leave a Comment


NOTE - You can use these HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>