to know the size of multiple tables
Dan AMar 14 2012 — edited Mar 14 2012Hi Oracle Dons:
I need to check the size of multiple tables via a SQL query. The way I would do this for a single table is
select bytes from dba_segments where segment_name='table_name';
But I need to do this for about 4 dozen tables.
Can someone point me along the right corridor?
Thanks.
RHLE 5
11.2.0.1