数据库的索引如果有比较频繁的 Delete 操作, 将可能导致索引产
select 'alter table '||table_name||' move tablespace rpt;' from user_tables;select 'alter index '||i
一、查询数据库表空间使用率select total.tablespace_name,round(total.gb, 2) total_gb,round(total.gb, 2) - round(nvl