Database SQL Connect - 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. To start up and shut down the database, enter the following command:

    set ORACLE_HOME=C:\oracle\19c_Sta\db

    C:\oracle\19c_Sta\db\bin\sqlplus /nolog

  2. After execution, you need to connect as follows (replace <sys_pw> with the sys password and <SID> with your Oracle database ID):

    connect sys/<sys_pw>@<SID> as sysdba

  3. Use the startup command to start the database instance:

    startup

  4. Use the shutdown command to stop the database instance:

    shutdown

  5. Start your PDB executing this command:

    alter pluggable database <PDB instance> open;

    alter pluggable database REPO save state;

  6. Stop your PDB executing this command:

    alter pluggable database < PDB instance > close immediate;