schnizlein
16 years agoContributor
Oracle 10.2.0.4 & JDK 1.6
Currently attempting to make a connection to a 10.2.0.4 Oracle database using the new JDBC feature.
Doing some research, and the JDBC drivers for that version of Oracle do not specifically list JDK 1.6 as supported - http://www.oracle.com/technology/softwa ... tml. This is ojdbc14.jar
I attempted to start SoapUI with the 1.5 JDK, but that blew up, unsurprisingly.
Then I tried a Oracle version 11 jar (ojdbc6.jar) to see if that would work, it did not.
Every time I attempt to test the connection I get a NullPointerException, with error log being empty. What are we missing?
Doing some research, and the JDBC drivers for that version of Oracle do not specifically list JDK 1.6 as supported - http://www.oracle.com/technology/softwa ... tml. This is ojdbc14.jar
I attempted to start SoapUI with the 1.5 JDK, but that blew up, unsurprisingly.
Then I tried a Oracle version 11 jar (ojdbc6.jar) to see if that would work, it did not.
Every time I attempt to test the connection I get a NullPointerException, with error log being empty. What are we missing?