select owner,segment_name,bytes/1024/1024 from dba_segments where segment_type='TABLE' and bytes/1024/1024>500
group by owner,segment_name,bytes/1024/1024
order by 3 desc;
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/23757700/viewspace-710344/,如需转载,请注明出处,否则将追究法律责任。
转载自原文链接, 如需删除请联系管理员。
原文链接:大于500M 的表,转载请注明来源!