tablename,tablespace name and size
Ora_DBAAug 20 2009 — edited Aug 21 2009Hi,
My Oracle version is 9i and I have dba access.
Is their any way to pull tablename, tablespace name and size ?
I tried with
select segment_name, floor( bytes / ( 1024 * 1024 ) ) "MB" from all_Segments where segment_type = 'TABLE';
giving table and view does not exists
Appreciate any help.
thanks.