Oracle Solution for Error ora-29880

Solution for Oracle Error ORA-29880

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

What triggered the Error:

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

What should we do to fix it:

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