摘要: 连接数据库 sqlplus / as sysdba sql脚本 select a.tablespace_name, a.bytes / 1024 / 1024 "sum MB", (a.bytes - b.bytes) / 1024 / 1024 "used MB", b.bytes / 1024 阅读全文
posted @ 2021-06-18 17:44 雪梦2016 阅读(35) 评论(0) 推荐(0)