Previous Topic

Next Topic

Book Contents

Book Index

Registering .NET assemblies

You must register the .NET assemblies to the Global Assembly Cache (GAC) after the initial installation, and each time you apply a patch.

For .NET version 4:

For .NET version 2 and version 4:

To add the assemblies to the GAC, do the following:

  1. Open a command prompt as an Administrator.
  2. Navigate to the directory that contains the assembly to add to the GAC.
  3. Execute the following command:

    oraprovcfg.exe/action:gac/providerpath:<assembly DLL>

    For example:

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

Copyright © 2007, 2016 Oracle and/or its affiliates. All rights reserved.