Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Strange ROWID problem
> I have a dbout about using rowids to delete duplicate records. Please
> clarify this:
>
> When there is lot of data in the tables, and you use rowids to delete rows,
> what happens if Oracle decides to rearrange the data ?
Rowid's are fixed to the row. They do not change as you insert, update, and delete. Row numbers are what change. The rowid is the fastest and most efficient way to identify a specific row.
Regards,
Daniel A. Morgan Received on Wed Aug 05 1998 - 23:38:11 CDT
![]() |
![]() |