【ORACLE】碎片整理

alter table test enable row movement;

alter table test shrink space;

execute dbms_stats.gather_table_stats(ownname=>'&owner',tabname=>'&table_name', estimate_percent=>null,method_opt=>'for all columns' ,degree=>2,cascade=>true);
posted @ 2018-04-08 17:09  __初  阅读(338)  评论(0编辑  收藏  举报