人的修炼似乎应该像大海一样沉稳和宽容,却也应有自己的波澜。 瓜娃警世录:永远不要做沙僧!
查看表空间使用情况
上一篇 /
下一篇 2008-01-15 16:12:33
/ 个人分类:ORACLE学习日志
select
t1.tablespace_name Tablespace_name,
*?'@
d/mJ|*mV0t1.Mbyte Size_Mbytes,
t2.Mbyte Used_Mbytes,
to_char((t1.Mbyte-t2.Mbyte)/t1.Mbyte*100,'09.99') Free_Percent
from (select tablespace_name tablespace_name,sum(b.bytes)/1024/1024 Mbyte from dba_data_files b group by b.tablespace_name) t1,
(select tablespace_name tablespace_name,sum(b.bytes)/1024/1024 Mbyte from dba_free_space b group by b.tablespace_name) t2
c9_l,X7Dk0where t1.tablespace_name = t2.tablespace_name
+p/shF,V#K`0
导入论坛
引用链接
收藏
分享给好友
推荐到圈子
管理
举报
TAG: