Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Updating by RowId when alread has fetched the row....
Hi there....
A simple question...
Using OCI I already has fetched a row (using a WHERE clause) **FOR UPDATE**.
After some data manipulation and conditions I want to Update the record with
new data...
Is it faster do the UPDATE using the RowId or using the WHERE clause again!?
TIA!!! Danny Received on Thu Mar 04 2004 - 16:32:37 CST