Install Oracle Client - Intergraph Smart Materials - Version 2020 (10.0) - Installation & Upgrade - Hexagon

Intergraph Smart Materials Installation (2020)

Language
English
Product
Intergraph Smart Materials
Subproduct
Classic
Search by Category
Installation & Upgrade
Smart Materials/Smart Reference Data Version
2020 (10.0)

Install the Oracle client version V979518-01.

  1. Open the Client folder and double-click setup.exe.

  2. Select Administrator and click Next.

    O19C - 1

  3. In the Select Product Languages window, select English, click Selectarrow, and click Next.

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

  5. Click Next.

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

  6. In the Summary window, click Install.

  7. When the installation is finished, click Close.

Copy Oracle TNS Names

You must copy the tnsnames.ora and sqlnet.ora files from the database installation folder to the client installation folder.

Copy these files from %Oracle_DB_InstallFolder%\NETWORK\ADMIN folder to the Oracle client installation folder: %Oracle_Client_InstallFolder%\NETWORK\ADMIN.

Register Oracle.DataAccess.dll

After you finished Oracle client installation, you must manually register the Oracle.DataAccess.dll to Global Assembly Cache (GAC).

  1. Open a Command Prompt window as administrator.

  2. Type the command to navigate to the ODP.NET folder, which is in the Oracle installation location:

    cd <Oracle installation drive>\<Oracle installation folder>\product\18.x.x\client_1\ODP.NET\bin\4

    For example:

    cd D:\Oracle18\product\18.x.x\client_1\ODP.NET\bin\4

  3. To register the dll, type the command:

    oraprovcfg /action:gac /providerpath:<Oracle Installation Drive>\<Oracle installation folder>\product\18.x.x\client_1\ODP.NET\bin\4\Oracle.DataAccess.dll

    For example:

    oraprovcfg /action:gac /providerpath:D:Oracle18\product\18.x.x\client_1\ODP.NET\bin\4\Oracle.DataAccess.dll