Are there situations where the database does not create an index when creating a unique constraint?
I saw a blog post that suggested that Oracle database may not create an index to enforce a unique constraint, and that if it creates an index, the index may not be unique.
Has anybody observed behavior like this? If so, is it easily recreatable?