摘要: 一、查询表空间使用情况 select a.tablespace_name as "表空间名", a.bytes / 1024 / 1024 as "表空间大小(M)", (a.bytes - b.bytes) / 1024 / 1024 as "已使用空间(M)", b.bytes / 1024 / 阅读全文
posted @ 2018-06-21 23:30 痴迷的小和尚 阅读(675) 评论(0) 推荐(0)