ORA-14288: index is not partitioned by Composite Range method
Cause: The index in a partition or subpartition maintenance operation (ALTER INDEX MODIFY [SUBPARTITION|DEFAULT ATTRIBUTES FOR PARTITION] or ALTER INDEX REBUILD SUBPARTITION command must be partitioned by Composite Range method
Action: None
ORA-14288 错误指示用户尝试以复合RANGE索引方法建立索引,但ORACLE不支持这种方法。
ORA-14288:不支持复合RANGE索引分区
描述:
复合RANGE索引分区不是允许的.
ORACLE 不支持复合RANGE索引方法。
1、检查SQL语句中的索引分区方法,如果是RANGE索引请更改为HASH索引方法。
2、重新尝试建立索引。