regarding FOR UPDATE in cursors
JUPSFeb 1 2009 — edited Feb 2 2009Hi all!..
i am quite scepticle on FOR UPDATE clause used while declaring Explicit Cursors: Correct me if i am wrong!!
When we declare a cursor with FOR UPDATE.. after opening the cursor the DML exclusive lock is set on all the refered records till the cursor closes thus mainitaining the consistency of data loaded to the context area..
is that the way of it.
regards,
Sreekanth.