Dears,
I have two oracle client installed on same server (Win 2003 server). OraClient10g_home1 and OraClient11g_home1.
OraClient11g_home1 is the default.
what i want is:
1- change the default to be OraClient10g_home1
2- then allow my asp.net application to connect to the database using
OraClient11g_home1 (after applying the 1st request, which mean that
OraClient11g_home1 is not the default client)
In other words:
how I can change the OracleConnection in ASP.net to use specific
OracleClient without changing the default client in the registry.
Because i have two ASP.net applications hosted on the same server. each
one should connect to the database using different OracleClient
one of them should use OraClient10g_home1 because it's connecting to Oracle8i (which is not supported using OraClient11g_home1)
and the other one should use OraClient11g_home1 because it's using ODAC11
Thanks,,,