Skip to Main Content

SQL & PL/SQL

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 find the size of an IOT table

877826Oct 18 2013 — edited Oct 18 2013

Hi All,

Could any one tel me how to find the size of an IOT table. I am not able find IOT table information in user_segments table.

But i am using the index name which is created on IOT table to figure out the size .am i using correct way to find out the size of the IOT table , if not please let me know .

Below is the Query .

select sum(bytes)/1024/1024/1024 ,segment_name

from user_segments where segment_name='<name of the an index with is created on IOT table>'

group by segment_name

Thanks

Sree

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 15 2013
Added on Oct 18 2013
2 comments
1,930 views