Table of Contents
Oracle Database - Space
About
To find the space that use an object in oracle database, you can use:
- the package DBMS_SPACE
- or the data dictionary
Articles Related
For ...
a table
An other way, perform the statisics and you can find the space for a table with this formula :
SELECT num_rows * avg_row_len FROM dba_tables