Configure sqlnet.ora and tnsnames.ora - Intergraph Smart Materials - Version 10.1 - Installation & Upgrade - Hexagon

Intergraph Smart Materials Installation (10.1)

Language
English
Product
Intergraph Smart Materials
Subproduct
Classic
Search by Category
Installation & Upgrade
Smart Materials/Smart Reference Data Version
10.1
  1. Copy sqlnet.ora from this folder:

    %SMAT_DB_InstallFolder%\samples\useful

    to your Oracle Middleware home at:

    C:\iAS_12c\network\ADMIN

  2. Copy tnsnames.ora from this folder:

    %SMAT_DB_InstallFolder%\samples\useful

    to your Oracle Middleware home at:

    C:\iAS_12c\user_projects\domains\base_domain\config\fmwconfig

  3. Add the following lines to the tnsnames.ora (replace <Your_Database_Servername> with the name of your database server):

    SMAT.world =

    (DESCRIPTION =

    (ADDRESS_LIST =

    (ADDRESS = (COMMUNITY = TCP.world)

    (PROTOCOL = TCP)

    (Host = <Your_Database_Servername>)

    (Port = 1521)

    )

    )

    (CONNECT_DATA = (SID = SMAT) (GLOBAL_NAME = SMAT.world)

  4. Save and close tnsnames.ora.