标题: ORA-14129: INCLUDING INDEXES must be specified [打印本页] 作者: admin 时间: 2016-8-18 10:13 标题: ORA-14129: INCLUDING INDEXES must be specified ORA-14129: INCLUDINGINDEXES must be specified as tables have enabled UNIQUE constraints Cause: Matching UNIQUE constraints in both table are enabledand validated but
INCLUDING INDEXES is not specified in ALTER TABLE EXCHANGE
PARTITION|SUBPARTITION command. Action: Disablecurrently enabled matching UNIQUE constraints on both tables
or ensure that INCLUDING INDEXES option is used.