oracleclient - How do I specify which Oracle client install to use? -
I have a server, which is both 10G and 11G customers installed. How do I setup a connection string to tell my asp.net application to use 11g (i.e. OraClient11g_home2)?
to:
in
ODP.NET 10.2. 0.2.20and higher,ODP.NETcan run morewhen
ODP.NETis installed, thenDL > code> L search path will be based on the following order:HKEY_LOCAL_MACHINE \ Software \ Oracle \ The directories specified by ODP.NET / executable
- Directory
PATHEnvironment variables
> On the ODP.NETinstallation, type the registry value ofDllPathtypeREG_SZto% ORACLE_HOME% \ bin will be set towhere the respective dependentDLLs is installed.
Make sure you're using ODP.NET as the provider and your ORACLE_HOME environment variable.
Comments
Post a Comment