摘要:
1.查看表空间使用信息 SELECT a.tablespace_name "表空间名", total "表空间大小", free "表空间剩余大小", (total - free) "表空间使用大小", total / (1024 * 1024 * 1024) "表空间大小(G)", free / 阅读全文
posted @ 2018-06-26 14:03 echo>>log 阅读(1135) 评论(0) 推荐(0)
|
|||
|
摘要:
1.查看表空间使用信息 SELECT a.tablespace_name "表空间名", total "表空间大小", free "表空间剩余大小", (total - free) "表空间使用大小", total / (1024 * 1024 * 1024) "表空间大小(G)", free / 阅读全文
posted @ 2018-06-26 14:03 echo>>log 阅读(1135) 评论(0) 推荐(0) |
|||