ORA-14660: parent table of a reference-partitioned table cannot be index-organized ORACLE 报错 故障修复 远程处理
文档解释
ORA-14660: parent table of a reference-partitioned table cannot be index-organized
Cause: Attempted to create a reference-partitioned table with a index-organized parent table.
Action: Correct the statement and reenter.
ORA-14660:引用分区表的父表不能是索引组织的。
官方解释
常见案例
正常处理方法及步骤
1.确保父表不是索引组织表。将其转换为基于堆表来访问数据。
2.尝试重新启用分区父表。
3.如果步骤1和2无效,则尝试重建索引组织表,再启用分区。