问题:

Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 12
at oracle.jdbc.driver.OracleSql.computeBasicInfo(OracleSql.java:950)

原因:

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.

If you have access to Oracle Metalink then one option is to go there and download mentioned patch.

驱动下载地址:http://www.oracle.com/technetwork/cn/articles/oem/jdbc-112010-094555-zhs.html

本地下载:下载  csdn下载

问题描述:

http://stackoverflow.com/questions/277744/jdbc-oracle-arrayindexoutofboundsexception

https://community.oracle.com/message/4596768

 

相关文章:

  • 2022-12-23
  • 2021-12-12
  • 2021-07-14
  • 2021-11-19
  • 2021-04-12
  • 2021-07-15
猜你喜欢
  • 2022-12-23
  • 2021-10-16
  • 2021-05-19
  • 2021-10-06
  • 2022-02-02
  • 2022-12-23
相关资源
相似解决方案