Oracle Solution for Error ora-13218

Solution for Oracle Error ORA-13218

ORA-13218: max number of supported index tables reached for [string] index

What triggered the Error:

An add_index parameter was passed to ALTER INDEX when the number of existing index tables is already at maximum.

What should we do to fix it:

Delete one of the index tables before adding another index table.