2017年12月13日
摘要: select tablespace_name, sum(bytes)/1024/1024 from dba_data_files group by tablespace_name; select tablespace_name, sum(bytes)/1024/1024 from dba_free_space group by tablespace_name; select * f... 阅读全文
posted @ 2017-12-13 15:30 天之城 阅读(257) 评论(0) 推荐(0)