Hi Everybody,

I'm using Oracle 7.3.x and Oracle 7.3.x thin drivers. When i try to execute a Query 
from a servlet it gives
the following Exception :
java.lang.ArrayIndexOutOfBoundsException: 960
        at oracle.jdbc.oracore.JavaConversion.UTF8toChar(Compiled Code)
        at oracle.jdbc.ttc7.Odscrarr.decodeColName(Compiled Code)
        at oracle.jdbc.ttc7.Odscrarr.decodeAllColumnNames(Compiled Code)
        at oracle.jdbc.ttc7.Odscrarr.receive(Compiled Code)
        at oracle.jdbc.ttc7.TTC7Protocol.describe(Compiled Code)
        at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteDescribe(TTC7Protocol.java:509)
       at oracle.jdbc.driver.OracleStatement.doExecuteQuery(OracleStatement.java:982)
         at oracle.jdbc.driver.OracleStatement.doExecute(OracleStatement.java:1143)
        at 
oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1178)
        at oracle.jdbc.driver.OracleStatement.executeQuery(OracleStatement.java:194)
        at common.dbconnect.DbConnect.executeQuery(Compiled Code)
        at MOSSPR_DataExtraction.printCustomer(Compiled Code)
        at MOSSPR_DataExtraction.main(MOSSPR_DataExtraction.java:80)

This happens when my SQL Query length exceeds 1482 characters.
Any help/pointers in this regard is most appreciated.

regards
narendra


      Don't be afraid of pressure. Remember that pressure is
      what turns a lump of coal into a diamond.

****************************************************************************
 Narendra Acharya          Wipro Infotech, Enterprise Solutions   Elec. City
 Home Page : http://unicorn.wipsys.soft.net/  Tel.:91-80-8520408 Ext 1210/1211
****************************************************************************

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to