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.