Register the Oracle.DataAccess.dll assembly

Previous Topic

Next Topic

Book Contents

Register the Oracle.DataAccess.dll assembly

You must register the Oracle.DataAccess.dll assembly to the Global Assembly Cache (GAC) for .NET version 2 and version 4:

  1. Open a command prompt as an Administrator.
  2. Navigate to %ORACLE_CLIENT_HOME%\ODP.NET\bin\2.x.
  3. Execute the following command:

    oraprovcfg.exe/action:gac/providerpath:Oracle.DataAccess.dll

  4. Navigate to %ORACLE_CLIENT_HOME%\ODP.NET\bin\4.x.
  5. Execute the following command:

    oraprovcfg.exe/action:gac/providerpath:Oracle.DataAccess.dll

Send Feedback