Oracle Solution for Error ora-14078

Solution for Oracle Error ORA-14078

ORA-14078: you may not drop the highest partition of a GLOBAL index

What triggered the Error:

User attempted to drop highest partition of a GLOBAL index, which is illegal.

What should we do to fix it:

Ensure that the partition specified in ALTER INDEX DROP PARTITION statement is not the highest partition of the index.