Kettle Error Caused by: java.lang.ArrayIndexOutOfBoundsException

2021/06/25 13:11:31 – Table Output.0 – Unexpected error inserting row
2021/06/25 13:11:31 – Table Output.0 – -32515
2021/06/25 13:11:31 – Table Output.0 –
2021/06/25 13:11:31 – Table Output.0 –
2021/06/25 13:11:31 – Table Output.0 –     at org.pentaho.di.trans.steps.tableoutput.TableOutput.writeToTable(TableOutput.java:385)
2021/06/25 13:11:31 – Table Output.0 –     at org.pentaho.di.trans.steps.tableoutput.TableOutput.processRow(TableOutput.java:125)
2021/06/25 13:11:31 – Table Output.0 –     at org.pentaho.di.trans.step.RunThread.run(RunThread.java:62)
2021/06/25 13:11:31 – Table Output.0 –     at java.lang.Thread.run(Thread.java:748)
2021/06/25 13:11:31 – Table Output.0 – Caused by: org.pentaho.di.core.exception.KettleDatabaseException:
2021/06/25 13:11:31 – Table Output.0 – Unexpected error inserting row
2021/06/25 13:11:31 – Table Output.0 – -32515
2021/06/25 13:11:31 – Table Output.0 –
2021/06/25 13:11:31 – Table Output.0 –     at org.pentaho.di.trans.steps.tableoutput.TableOutput.writeToTable(TableOutput.java:298)
2021/06/25 13:11:31 – Table Output.0 –     … 3 more
2021/06/25 13:11:31 – Table Output.0 – Caused by: java.lang.ArrayIndexOutOfBoundsException: -32515
2021/06/25 13:11:31 – Table Output.0 –     at oracle.jdbc.driver.OraclePreparedStatement.setupBindBuffers(OraclePreparedStatement.java:2673)
2021/06/25 13:11:31 – Table Output.0 –     at oracle.jdbc.driver.OraclePreparedStatement.executeBatch(OraclePreparedStatement.java:10689)
2021/06/25 13:11:31 – Table Output.0 –     at org.pentaho.di.trans.steps.tableoutput.TableOutput.writeToTable(TableOutput.java:292)
2021/06/25 13:11:31 – Table Output.0 –     … 3 more

Cause : Caused by too many records submitted in a single session

Read More: