摘要:查看表空间占用量 select tablespace_name,sum(bytes)/1024/1024/1024 GB from dba_data_files group by tablespace_name union allselect tablespace_name,sum(bytes)/1024/1024/1024 GB from dba_temp_files grou...
阅读全文
posted @ 2007-04-06 10:39
浙公网安备 33010602011771号