Oracle Solution for Error ora-14640

Solution for Oracle Error ORA-14640

ORA-14640: add/coalesce index partition operation is valid only for hash partitioned global indexes

What triggered the Error:

User attempted to add or coalesce an index partition of a global index not partitioned by hash method.

What should we do to fix it:

Issue the 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.