Hi Friends,
I've installed 11.2.0.1.0 basic Instant client on Windows 2008 R2 server. I ran OUI installer as administrator. Sqlplus and ODBC connection to the databases work fine.
I would need to install ODAC components on top of it, I know the ODAC install comes with the oracle client but since I've installed the instant client I think it should be fine. I'm getting the below error when installing the ODAC components (ODAC112021Xcopy_x64.zip). I opened command prompt as administrator..
[code]
D:\downloads\ODAC112021Xcopy_x64>set oracle_home=D:\oracle\product\11.2.0\client_1
D:\downloads\ODAC112021Xcopy_x64>install.bat all D:\oracle\product\11.2.0\client_1 odac
Sharing violation
The system cannot find the path specified.
[/code]
I made sure OracleMTSRecoveryservice is not running. Oracle home is in the path env variable. I've created tns_admin variable in the path variable as well. Not sure what I'm missing.. I've installed the Instant client and ODAC components (same install files) on Windows 2003 R2 server and it works just fine. I'm not sure if it's the problem with Windows 2008? ALso want to mention SQL Server 2008 runs on the same server.
ANy help is much appreciated..Thanks a lot.