Why do I get java.lang.AbstractMethodError: oracle.jdbc.driver.OracleConnection error?

前端 未结 2 818
抹茶落季
抹茶落季 2020-12-10 17:47

I already read Why do I get java.lang.AbstractMethodError when trying to load a blob in the db?, downloaded all of the 11g jdbc drivers I could find, and added them as libr

2条回答
  •  不思量自难忘°
    2020-12-10 18:16

    As others have said this is due to an older Oracle JDBC driver.

    In my case replacing ojdbc14.jar (Oracle JDBC driver 10.1.0.5.0) with ojdbc16.jar (Oracle JDBC driver 11.2.0.4.0) fixed the problem.

提交回复
热议问题