ORA-01408: such column list already indexed
626362Mar 13 2008 — edited Mar 13 2008If I'm creating a multi-column index for one table and I get the message
"ORA-01408: such column list already indexed"
because there's an index already there for a similarly named "backup table" for the same column names can I use that index for this table somehow? What is the workaround besides dropping the index that's already there?