摘要:
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)
浙公网安备 33010602011771号