Hello everyone
I'm trying to install Oracle Data Access Components for Oracle Client 11.2.0.3.20 and everything goes smoothly until it stops at this step:
Setting up 'Oracle Data Provider for .NET 11.2.0.3.0.'
spawning 'C:\app\user\product\11.2.0\client_2\ODP.NET\bin\2.x\OraProvCfg /action:register /product:odp /component:perfcounter /providerpath:"C:
The error log doesn't much either:
INFO: Start output from spawned process:
INFO: ----------------------------------
INFO:
INFO: INFO: Configuration Section "oracle.dataaccess.client" removed!
INFO: INFO: Oracle.DataAccess.Dll Provider Factory entry removed!
INFO:
INFO: The following section has been added.
<section name="oracle.dataaccess.client" type="System.Data.Common.DbProviderConfigurationHandler, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
INFO: The following element added under DbProviderFactories.
<add name="Oracle Data Provider for .NET" invariant="Oracle.DataAccess.Client" description="Oracle Data Provider for .NET" type="Oracle.DataAccess.Client.OracleClientFactory, Oracle.DataAccess, Version=2.112.3.0, Cult
INFO: ure=neutral, PublicKeyToken=89b483f429c47342" />
INFO: End output from spawned process.
INFO: ----------------------------------
INFO: Calling Action SpawnActions10.1.0.3.4 Spawn
installcommand = C:\app\user\product\11.2.0\client_2\ODP.NET\bin\2.x\OraProvCfg /action:register /product:odp /component:perfcounter /providerpath:"C:\app\cristern\product\11.2.0\client_2\ODP.NET\bin\2.x\Oracle.DataAccess.dll"
deinstallcommand = C:\app\user\product\11.2.0\client_2\ODP.NET\bin\2.x\OraProvCfg /action:unregister /product:odp /component:perfcounter /providerpath:"C:\app\cristern\product\11.2.0\client_2\ODP.NET\bin\2.x\Oracle.DataAccess.dll"
WaitForCompletion = true
INFO:
INFO: Start output from spawned process:
INFO: ----------------------------------
Any help will be appreciated! Thanks in advance.