标签:oracle where xxxxx
select t.bytes,TO_CHAR((t.bytes)/(1024*1024),‘999G999D999‘),
t.* from sys.dba_segments t where t.owner=‘xxxxx‘
order by t.bytes desc
查询oracle数据中所有表的大小
原文地址:http://5371936.blog.51cto.com/5361936/1618945