Re: Question: Unusable indexes after tablespace move of table



As the index has the values for the indexed columns and the rowid of
the relevant row in the table, the prior rowid values are stale after
the move operation.

Check out the package dbms_rowid for methods of determining file,
extent and block info from a rowid.

hth
-bdbafh

.