"java.lang.ClassNotFoundException: oracle.jdbc.pooling.Factory" -
i'm having sort of problem ucp.jar
if use ucp.jar
oracle 12.1.0.1 works.
if use version oracle 12.1.0.2 following exception:
java.lang.classnotfoundexception: oracle.jdbc.pooling.factory
is there can me?
thanks, mauro
the jdbc (ojdbc7.jar) , ucp (ucp.jar) jars must same version (12.1.0.2). can't upgrade 1 without upgrading other. version dependency introduced in 12c. wasn't case before.
Comments
Post a Comment