一起学习网 一起学习网


ORA-14279: index mismatch for tables in ALTER TABLE EXCHANGE SUBPARTITION ORACLE 报错 故障修复 远程处理

网络编程 ORA-14279: index mismatch for tables in ALTER TABLE EXCHANGE SUBPARTITION ORACLE 报错 故障修复 远程处理 10-15

文档解释

ORA-14279: index mismatch for tables in ALTER TABLE EXCHANGE SUBPARTITION

Cause: The two tables specified in the ALTER TABLE EXCHANGE SUBPARTITION have indexes which are not equivalent

Action: Ensure that the indexes for the two tables have indexes which follow this rule For every non partitioned index for the non partitioned table, there has to be an identical LOCAL index on the partitioned table and vice versa. By identical, the column position, type and size have to be the same.

正常处理方法及步骤


编辑:一起学习网

标签:步骤,文档,方法,size,indexes