摘要:
在数据库管理中,磁盘空间不足是DBA都会遇到的问题,问题比较常见。 --1查看表空间已经使用的百分比
Sql代码 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.byt... 阅读全文
posted @ 2013-09-09 10:47
wahaa
阅读(746)
评论(0)
推荐(0)
浙公网安备 33010602011771号