Estimating the size of a table
-----------------------------

ANALYZE table COMPUTE / 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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width