Oracle Solution for Error ora-14076

Solution for Oracle Error ORA-14076

ORA-14076: submitted alter index partition/subpartition operation is not valid for local partitioned index

What triggered the Error:

User attempted to either drop, split, add or coalesce a partition or a subpartition of a local index which is illegal.

What should we do to fix it:

Ensure that the index named in such statement is a global partitioned index.