oracle 表空间使用情况
摘要:--表空间使用情况 SELECT a.tablespace_name "表空间名", round(total/1024/1024,2) "表空间大小", round(free/1024/1024,2) "表空间剩余大小", round(( total - free )/1024/1024,2) "表
阅读全文
posted @ 2016-04-19 13:42
posted @ 2016-04-19 13:42