Installation of Oracle Database 12c Standard Edition 2 Client (12.2.0.1) for Microsoft Windows x64 (64-bit) client and registration of GAC dlls information is required for running Smart 3D export jobs from SRD Classic
-
Open the Client folder, and double-click setup.exe.
-
Select Administrator, and click Next.
-
In the Select Product Languages window, select English, click , and click Next.
-
In the Oracle Home User Selection window, select Use Windows Built-in Account, and click Next.
-
Click Next.
If you want to change the Oracle base or software location, click Browse and select another directory.
-
In the Summary window, click Install.
-
When the installation is finished, click Close.
Register Oracle.DataAccess.dll
After you install Oracle client, you must manually register Oracle.DataAccess.dll to Global Assembly Cache (GAC).
-
Click Start > All Programs > Accessories.
-
Enter the command cmd in Windows search.
-
Right-click Command Prompt, and then click Run as administrator.
-
Type the command to access the ODP.NET folder which is in the Oracle installation location.
Example: >CD<Oracle Installation Drive>\<Oracle installation folder>\product\12.2.0\client_1\ODP.NET\bin\4
-
Type the command, oraprovcfg /action:gac /providerpath:<Oracle Installation Drive>\<Oracle installation folder>\product\12.2.0\client_1\ODP.NET\bin\4\Oracle.DataAccess.dll
Register Oracle.ManageDataAccess.dll
After you install Oracle client, you must manually register Oracle.ManageDataAccess to Global Assembly Cache (GAC).
-
Click Start > All Programs > Accessories.
-
Enter the command cmd in Windows search.
-
Right-click Command Prompt, and then click Run as administrator.
-
Type the command to access the ODP.NET folder which is in the Oracle installation location.
Example: >CD<Oracle Installation Drive>\<Oracle installation folder>\product\12.2.0\client_1\ODP.NET\managed\x64
-
Type the command, oraprovcfg /action:gac /providerpath:<Oracle Installation Drive>\<Oracle installation folder>\product\12.2.0\client_1\ODP.NET\managed\x64\..\common\Oracle.ManagedDataAccess.dll
Register Oracle.ManagedDataAccess.EntityFramework.dll
After you install Oracle client, you must manually register Oracle.ManagedDataAccess to Global Assembly Cache (GAC).
-
Click Start > All Programs > Accessories.
-
Enter the command cmd in Windows search.
-
Right-click Command Prompt, and then click Run as administrator.
-
Type the command to access the ODP.NET folder which is in the Oracle installation location.
Example: >CD<Oracle Installation Drive>\<Oracle installation folder>\product\12.2.0\client_1\ODP.NET\managed\x64
-
Type the command, oraprovcfg /action:gac /providerpath:<Oracle Installation Drive>\<Oracle installation folder>\product\12.2.0\client_1\ODP.NET\managed\x64\..\common\ef6\Oracle.ManagedDataAccess.EntityFramework.dll