Pre-Checks on your Database and Environment - Intergraph Smart Materials - Installation & Upgrade - Hexagon

Intergraph Smart Materials Web Installation (2020)

Language
English
Product
Intergraph Smart Materials
Subproduct
Web
Search by Category
Installation & Upgrade
Smart Materials/Smart Reference Data Version
2020 (10.0)
  1. Open a Command Prompt window as an administrator.

  2. Set the following Oracle parameters (replace <ORACLE_HOME> with the path of your Oracle home directory, and <SID> with the name (sid) of your database):

    set ORACLE_HOME=<ORACLE_HOME>

    set ORACLE_SID=<SID>

  3. Type sqlplus /nolog and press ENTER to launch a SQL Plus session.

  4. Connect to the database as SYS:

    Connect sys/<sys_password>@<connect_string> as sysdba

  5. Select username from sys.all_users au where au.Username like 'APEX%';

    ‘No rows selected’ appears as displayed above if Oracle Application Express (Apex) is not installed yet.

    In some cases, you will see the following two users:

    • APEX_030200

    • APEX_PUBLIC_USER

      They have been created with a previous version, installed with a standard database installation from Oracle.

      If Apex is installed, make sure that the version is 19.1.0.00.12.