Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Error: ORA-01002
When I used the below command where ttt is the table name which have two columns(col1,col2):
select * from ttt where col2='India' for update nowait
I am getting an Error: ORA-01002: fetch out of sequence
What could be the reason. I have not having the problem from Oracle.But when I give the above sql statement in Java(JDBC). Our database is Oracle 8.0.5
Thanks
Nicolas Received on Wed Mar 07 2001 - 04:32:16 CST
![]() |
![]() |