在你当前用户下执行如下sql语句
select round(BYTES/1024/1024,2)||'M' from user_segments where segment_name='表名';
表名要大写,得出来的结果就是此表所占用的空间大小