摘要: 1.表空间查看 select * from (Select a.tablespace_name, to_char(a.bytes / 1024 / 1024, '99,999.999') total_bytes, to_char(b.bytes / 1024 / 1024, '99,999.999' 阅读全文
posted @ 2019-12-30 17:14 笑傲运维 阅读(988) 评论(0) 推荐(0) 编辑