Allocated and Used MB space for Table and Index
I am looking for a query which could give accurate/robost result on how much space is allocated and used for specific Table or Index. I have some queries running against DBA_SEGMENTS and DBA_TABLES but not sure they are accurate. The tables and index are being analyzed.
Appreciate your assistance.
Thanks,
Hemant
>>>> Anyone who could provide accurate script to calculate used and allocated space for Table/Tables. The one I have calcualtes used by row number etc.
0