Oracle JDBC Batch Update Error [message #133402] |
Thu, 18 August 2005 22:03 |
peeushgoyal
Messages: 1 Registered: August 2005
|
Junior Member |
|
|
Hi Guys,
I am supporting an application which uses JDBC 1.0 and does a batch update every 5 seconds. Last few days, sometimes I am getting this error while doing a .executeBatch() of a prepared statement:
java.lang.ArrayIndexOutOfBoundsException: 0
at oracle.jdbc.ttc7.NonPlsqlTTCColumn.sizeExceeded(NonPlsqlTTCColumn.java:78)
at oracle.jdbc.ttc7.NonPlsqlTTCDataSet.marshalRow(NonPlsqlTTCDataSet.java:71)
at oracle.jdbc.ttc7.TTIrxd.marshal(TTIrxd.java:109)
at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1474)
at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:888)
at oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.java:2004)
at oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.java:1924)
at oracle.jdbc.driver.OraclePreparedStatement.executeBatch(OraclePreparedStatement.java:3732)
This stops everything, the application does not do batch update and it does not catch the exception too. Any of you know anything about this, please let me know. Any help will be appreciated.
Peeush.
|
|
|