摘要: 1. 查看所有表空间大小select tablespace_name,sum(bytes)/1024/1024 from dba_data_files group by tablespace_name; 2. 未使用的表空间大小 select tablespace_name,sum(bytes)/1 阅读全文
posted @ 2021-07-23 11:05 熊猫赶月 阅读(909) 评论(0) 推荐(0)