show/hide this revision's text 2 Clarified grammar of question

When What can cause an Oracle ROWID may to change?

show/hide this revision's text 1

When Oracle ROWID may change ?

AFAIK ROWID in Oracle represents physical location of a record in appropriate datafile. In which cases ROWID of a record may change ?

The one known to me is UPDATE on partitioned table that "moves" the record to another partition.

Are there another cases ? Most of our DBs are Oracle 10.