JDBC driver, multiple oracle homes, tns issue
Environment: Win 2003 Server 32 bit; Coldfusion 8; oracle db; IIS; Sequelink 5.4
I'm having a JDBC driver problem on 32bit. I've installed two oracle clients on the box, one 10g and recently an 11g. With the new 11g install, I've still wanted my datasources to all point to 10g for now and I've changed the environment path to have the 10g path first. Everything is good except for my coldfusion data sources, they will only now connect to 11g. When verifying 10g data sources I get
[Macromedia][SequeLink JDBC Driver][ODBC Socket][Oracle][ODBC][Ora]ORA-12154: TNS:could not resolve the connect identifier specified
So I add a 10g service to the 11g tns names and the datasource connects just fine. It's a work around but not a good one. The main issue is that the JDBC driver seems to be pointing to my 11g tns for everything and that is the problem.
