摘要:
--检查表空间使用情况 SELECT f.tablespace_name , a.total "total (M)" , f.free "free (M)" , ROUND ( (f.free / a.total) * 100) "% Free" FROM ( SELECT tablespace_name, SUM (bytes / (1024 * 1... 阅读全文
posted @ 2016-11-24 15:31
全威儒
阅读(560)
评论(0)
推荐(0)