Oracle Error ORA-38503: index already defined using the parameters

Oracle Error Message

ORA-38503: index already defined using the parameters

Reason for the Error

An attempt was made to modify the index parameters after the index creation.

Solution

Drop the index and retry.