实验: Oracle中表shrink与move后index的状态
1 move时实验 SQL> create table my_objects_move tablespace ASSM as select * from all_objects where rownum < 20000;Table createdSQL> select value 2 from v$mystat, v$statname 3 where v$mystat.statistic# = v$statname.statistic# ...