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:
- Oracle.ManagedDataAccess.dll
For .NET version 2 and version 4:
- Oracle.DataAccess.dll
- Oracle.Web.dll
- OracleDatabaseExtensions.dll
To add the assemblies to the GAC, do the following:
- Open a command prompt as an Administrator.
- Navigate to the directory that contains the assembly to add to the GAC.
- Execute the following command:
oraprovcfg.exe/action:gac/providerpath:<assembly DLL>
For example:
oraprovcfg.exe/action:gac/providerpath:Oracle.DataAccess.dll