For Update of Cursor giving ORA-01002 fetch out of sequence
We upgraded a data from 10.1.0.5 to 11.2.0.3 . The application uses a cursor FOR UPDATE .
We reviewed the code , there is a commit put in place within the cursor loop .
The same code is working in the 10.1.0.5 database but on our 11.2.0.3 Database we are facing the Fetch out of sequence error.
Any body experienced the same .
Appreciate your feedback.
Thanks