ORA-29879: cannot create multiple domain indexes on a column list using same indextype
What triggered the Error:
An attempt was made to define multiple domain indexes on the same column list using identical indextypes.What should we do to fix it:
Check to see if a different indextype can be used or if the index can be defined on another column list.