Strange question. But can somebody shed some light on the internal
workings of an unique index?
- Insert 1 row into a table with an unique index on it.
- Old data and index blocks that the insert statement touched are
move to rollback segment.
- ORALCE enforces the uniqueness due to the index. How? By doing a
full scaning on the table column and the index?
- Insert another row into the table. How does ORACLE enforce the
uniqueness? ORACLE does not need to look up the rollback segment to
check for the uniqueness, right?
Thanks!
John
Received on Wed Dec 03 2003 - 20:07:57 CST