Oracle Error ORA-29880: such column list already indexed using another domain index and indextype

Oracle Error Message

ORA-29880: such column list already indexed using another domain index and indextype

Reason for the Error

An attempt was made to create multiple domain indexes on a column list using indextypes which do not have disjoint operators.

Solution

Check to see if the operator sets for the indextypes can be made disjoint.