Estimating the size of a table
-----------------------------
ANALYZE tableCOMPUTE / ESTIMATE statistics
Get the AVG_ROW_LEN from DBA_TABLES, ALL_TABLES
Table size = AVG_ROW_LEN * Number of Rows * (1 + PCTFREE/100) * 1.15
Click Here to Expand Forum to Full Width




Reply With Quote