select sum(bytes)/1024/1024 from dba_segments;
查看每个表空间占用空间的大小:
select tablespace_name,sum(bytes) from dba_segments group by tablespace;
本文出自 “技术在手,天下我有” 博客,请务必保留此出处http://xin521long.blog.51cto.com/11884590/1833644
原文:http://xin521long.blog.51cto.com/11884590/1833644