摘要: 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.byte 阅读全文
posted @ 2018-02-28 10:41 kakaisgood 阅读(166) 评论(0) 推荐(0)