ORA-14086: a partitioned index may not be rebuilt as a whole

hurp_oracle發表於2015-04-18
SQL> alter index SDSETTLE.UN_PK_STLGPRSCNGKEY rebuild online parallel 16;
alter index SDSETTLE.UN_PK_STLGPRSCNGKEY rebuild online
                     *
ERROR at line 1:
ORA-14086: a partitioned index may not be rebuilt as a whole


正常重建分割槽索引的是:
alter index SDSETTLE.UN_PK_STLGPRSCNGKEY rebuild partition KEY20150418_0 online parallel 16;
alter index SDSETTLE.UN_PK_STLGPRSLTECNGKEY rebuild partition KEY20150418_0 online parallel 16;


來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29446986/viewspace-1584816/,如需轉載,請註明出處,否則將追究法律責任。

相關文章