Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

how to calculate the size for the tablespace for a table

636086Aug 11 2008 — edited Aug 11 2008
Hi,

I've a table which holds around one lacs of data. I need to know how much size does it requires in table_space for the table.

How do i calculate the size which is required by this table to be allocated for the tablespace?

currently, i'm using the following query (sql plus 9i)
select num_rows,avg_row_len,num_rows*avg_row_len from user_tables where table_name='<TABLE_NAME>';

Regards,
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 8 2008
Added on Aug 11 2008
11 comments
3,363 views