Вы находитесь на странице: 1из 1

alter tablespace tablespacename coalesce;

alter table tablename deallocate unused;


alter index indexname deallocate unused;
alter table tablename enable row movement;
alter table tablename shrink space online;
alter index indexname rebuild online;

Вам также может понравиться