Database Administration (MOSC)

MOSC Banner

ORA-01408: such column list already indexed

edited Mar 29, 2017 11:54AM in Database Administration (MOSC) 4 commentsAnswered ✓

I did a

drop user cascade

on a schema and re-created that user. Then I newly created all the tables and indexes in the schema

Suspicious statements are two indexes that are created over the same key but with a different name. Could it be that?

CREATE INDEX IDX1 on owner.tab(ID)CREATE INDEX IDX2 on owner.tab(ID)

--

Christoph

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center