Incompatible Version of libocijdbc after installing ODAC
921501Mar 2 2012 — edited Mar 5 2012I'm new to Oracle and am trying to set up a new machine for development. I installed the following in the order listed:
1) Instant Client 11.2.0.2.0 (Basic + ODBC)
2) SQL Developer 3.1
3) ODAC 11.2 Release 4 with Oracle Developer Tools for VS
I was able to connect to a database without any issues before installing the ODAC. Now when I try to connect I get the following:
Status : Failure -Test failed: Incompatible version of libocijdbc[Jdbc:112020, Jdbc-OCI:112030
If I had to guess, it appears that the JDK version shipped with the ODAC (1.5.0.30.03) is overriding the one shipped with SQL Developer (1.6.0_11). What can I do to make SQL Developer use the correct version?