I\'m getting an Exception while trying to insert a row in oracle table. I\'m using ojdbc5.jar for oracle 11 this is the sql i\'m trying
INSERT INTO rule_def
i am using mybatis + oracle + spring + maven. Same error "arrayindexoutofboundsexception", if having 8 (or) above parameters.
In pom changed version ojdbc6 to ojdbc14,
com.oracle ojdbc14 10.2.0.3.0
It worked.