Hi.
The rowid is the mechanism which Oracle uses to physically locate your records. So everything which physically moves your data (like export/import, alter table move,...) will change the rowids. Also RowIDs may look different in different versions (e.g. 7.3 and 9.2 look totally different)
Stefan