Oracle Error ORA-29879: cannot create multiple domain indexes on a column list using same indextype

Oracle Error Message

ORA-29879: cannot create multiple domain indexes on a column list using same indextype

Reason for the Error

An attempt was made to define multiple domain indexes on the same column list using identical indextypes.

Solution

Check to see if a different indextype can be used or if the index can be defined on another column list.