摘要:
--查询数据库表空间使用情况select a.tablespace_name,a.bytes/1024/1024 "Sum MB",(a.bytes-b.bytes)/1024/1024 "used MB",b.bytes/1024/1024 "free MB",round(((a.bytes-b.... 阅读全文
posted @ 2015-10-23 21:47
JackYang
阅读(2553)
评论(0)
推荐(0)
浙公网安备 33010602011771号