Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Fetch Out of Sequence Error
At 02:27 PM 1/23/96 +0800, you wrote:
>We encounter a error ORA-01002 Fetch out of sequence error in a PL/SQL
>program. In this program, we have a cursor loop and perform lots of
>updating. So we need to commit the transaction.
>
>Could anybody can help me.
>
Hi
If you are having any cursor with FOR UPDATE then you can not do comit. You may try using cursor without for update clause and make use of rowid for getting performance similar to FOR UPDATE/WHERE CURRENT OF
HTH Pratap
--
Email: singhp_at_bactc.com
Voice: 415-827-5868
Fax: 415-266-6324
![]() |
![]() |