Install Oracle Client 19C - Intergraph Smart Reference Data - Installation & Upgrade - Hexagon

Intergraph Smart Reference Data Installation (10.2)

Language
English
Product
Intergraph Smart Reference Data
Search by Category
Installation & Upgrade
Smart Materials/Smart Reference Data Version
10.2
  1. Open the Client folder, and double-click setup.exe.

  2. Select Administrator, and click Next.

    O19C - 1

  3. In the Oracle Home User Selection window, select Use Windows Built-in Account, and click Next.

    O19C - 2

  4. Click Next.

    • If you want to change the Oracle base or software location, click Browse and select another directory.

      O19C - 3

  5. In the Summary window, click Install.

  6. When the installation is finished, click Close.

Register 19c Oracle.DataAccess.dll and Oracle.DataAccess.EntityFramework.dll

After you install Oracle client, you must manually register Oracle.DataAccess.dll and Oracle.DataAccess.EntityFramework.dll to Global Assembly Cache (GAC).

  1. Click Start > All Programs > Accessories.

  2. Enter the command cmd in Windows search.

  3. Right-click Command Prompt, and then click Run as administrator.

  4. 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\19.0.0\client_1\ODP.NET\bin\4

    O19C - 4

  5. Type the command, oraprovcfg /action:gac /providerpath:<Oracle Installation Drive>\<Oracle installation folder>\product\19.0.0\client_1\ODP.NET\bin\4\Oracle.DataAccess.dll

    O19C - 5

    Repeat the same for Oracle.DataAccess.EntityFramework.dll

  6. Type the command, oraprovcfg /action:gac /providerpath:<Oracle Installation Drive>\<Oracle installation folder>\product\19.0.0\client_1\ODP.NET\bin\4\EF6\Oracle.DataAccess.EntityFramework.dll

    O19C - 6