解决oracle 驱动bug: preparestatement ArrayIndexOutOfBounds

时间:2018-06-14 10:45:33
【文件属性】:

文件名称:解决oracle 驱动bug: preparestatement ArrayIndexOutOfBounds

文件大小:2.48MB

文件格式:RAR

更新时间:2018-06-14 10:45:33

oracle 驱动bug

In Oracle Metalink (Oracle's support site - Note ID 736273.1) I found that this is a bug in JDBC adapter (version 10.2.0.0.0 to 11.1.0.7.0) that when you call preparedStatement with more than 7 positional parameters then JDBC will throw this error. Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 12 at oracle.jdbc.driver.OracleSql.computeBasicInfo(OracleSql.java:950)


【文件预览】:
ojdbc6.jar
www.comsucc.com

网友评论

  • 我用的weblogic,你的jar不行,得升级weblogic,tomcat可以
  • 10分啊 不过解决我的问题了
  • 用了一下,还是不能解决超出7个的问题