| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
|  |  | |||
Home -> Community -> Usenet -> c.d.o.server -> Re: (aa) Datatype ROWID
bob wuttke wrote:
> 
> Please offer any CONS (or PROS) for the use of datatype ROWID for a
> column.  thanks.
Depends on the application....ROWID's are great for "store-and-forward" messaging etc etc...
Example:
(A) trigger puts modified rowid's into message_table (B) message_table processor gets each rowid and gets full set of data from original table to send on to some other app/instance/server etc etc..
Message_table does not need to contain all the data in the original table, and access to the original table is lightning fast...
... don't forget if you unload/reload the data for your table, your rowid's may alter...
Cheers
-- 
|  |  |