标题: ORA-14640: add/coalesce index partition operation [打印本页] 作者: admin 时间: 2016-8-21 11:08 标题: ORA-14640: add/coalesce index partition operation ORA-14640:add/coalesce index partition operation is valid only for hash partitioned global indexes Cause: User attempted to add or coalesce an index partitionof a global index not
partitioned by hash method. Action: Issuethe statement on a global index partitioned by hash method. or if
the index is partitioned by range method consider using split/drop instead of
add/coalesce.