Setup Oracle Database - EcoSys - Installation & Upgrade - Hexagon PPM

EcoSys Connect Installation and Configuration

Language
English
Product
EcoSys
Search by Category
Installation & Upgrade
EcoSys Version
1.0.01

EcoSys Connect is supported on the WE8MSWIN1252 and AL32UTF8 character sets.

  1. Open the \database\oracle\setup\create.sql for editing.

    1. If you are using Oracle on Linux, comment out the windows section and enable the windows section.

    2. For each tablespace statement, modify the datafile statement to a path for your environment.

    3. Update the ‘create user ecadmin identified by ecadmin’ line, by changing the section instance of ecuser to your preferred password.

    4. Update the ‘create user ecuser identified by ecuser’ line, by changing the section instance of ecuser to your preferred password.

    5. Modify the line, connect ecadmin/ecadmin@ecconnect and update the password and/or the Oracle SID.

    6. Save the file.

  2. Run the create.sql script against your oracle database as sysdba.