Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Error: ORA-01002

Error: ORA-01002

From: Nicolas Bronke <newsgroup_at_trinity.de>
Date: Wed, 7 Mar 2001 11:32:16 +0100
Message-ID: <9852kp$9o5$04$1@news.t-online.com>

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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US