<div>Hi </div>  <div>&nbsp;</div>  <div>when i execute the below code</div>  <div>&nbsp;</div>  <div>if(userrole_prefix!=null)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;int length = userrole_prefix.length;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;System.out.println("**************start of query");<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;qry = <FONT color=#2a00ff size=2>select</FONT><FONT size=2> </FONT><FONT color=#2a00ff size=2>s_2090_1_user.currval</FONT><FONT size=2> </FONT><FONT color=#2a00ff size=2>from</FONT><FONT size=2> </FONT><FONT color=#2a00ff size=2>dual;</div>  <div></FONT><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;logger.info(qry);<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;result=pStmt.executeQuery(qry);<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;System.out.println("**************Query
 execution");<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;while(result.next())<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;userid = result.getString(1);<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;System.out.println("User id:1:***********"+userid);<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;qry = <FONT color=#2a00ff size=2>insert</FONT><FONT size=2> </FONT><FONT color=#2a00ff size=2>into</FONT><FONT size=2> </FONT><FONT color=#2a00ff size=2>ppsr_user_prop_mst</FONT><FONT size=2> </FONT><FONT color=#2a00ff size=2>(user_prop_mst_id,prop_id,userid)</FONT><FONT size=2> </FONT><FONT color=#2a00ff size=2>values(user_prop_mst_seq.nextval,?,?)</FONT>;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;for(int i=0;i&lt;length;i++)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;System.out.println("The propositions
 are:"+userrole_prefix[i]);<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;System.out.println("User id"+userid);<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pStmt = conn.getConnection().prepareStatement(qry);<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pStmt.setInt(1, Integer.parseInt(userrole_prefix[i]));<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pStmt.setInt(2, Integer.parseInt(userid));<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pStmt.execute(qry);<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;</div>  <div>&nbsp;</div>  <div>i get bind variable does not exist exception.</div>  <div>with the SOP given in the code block, the&nbsp;&nbsp;System.out.println("**************start of query"); gets executed. The first query just gets the user-id and this user id is given as an input to another query that is inserted into another table.</div> 
 <div>&nbsp;</div>  <div>I have declared the connection, result set and all others in the beginning of the method. Its too big n hence not put up here.</div>  <div>&nbsp;</div>  <div>Please help in getting this fixed.</div>  <div>&nbsp;</div>  <div>Thanks &amp; Regards,</div>  <div>Vasudha</div><p> 
        

        
                <hr size=1></hr> 
Find out what India is talking about on  - <a href="http://us.rd.yahoo.com/mail/in/yanswers/*http://in.answers.yahoo.com/">Yahoo! Answers India</a> <BR> 
Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. <a href="http://us.rd.yahoo.com/mail/in/messengertagline/*http://in.messenger.yahoo.com">Get it NOW</a><p>&#32;
        

        
                <hr size=1></hr> 
Find out what India is talking about on  - <a href="http://us.rd.yahoo.com/mail/in/yanswers/*http://in.answers.yahoo.com/">Yahoo! Answers India</a> <BR> 
Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. <a href="http://us.rd.yahoo.com/mail/in/messengertagline/*http://in.messenger.yahoo.com">Get it NOW</a>