Post Patch Install Steps - Intergraph Smart Materials - Version 10.2 - Installation & Upgrade - Hexagon

Intergraph Smart Materials Installation (10.2)

Language
English
Product
Intergraph Smart Materials
Subproduct
Classic
Search by Category
Installation & Upgrade
Smart Materials/Smart Reference Data Version
10.2

Please be aware that all PDBs will be upgraded.

  1. Start all Oracle Services and Database.

  2. Open a Command Prompt window and do the following:

    1. Sqlplus /nolog

    2. Connect sys/<password>@CDB as sysdba

    3. Alter pluggable database all open

    4. quit

  3. cd %ORACLE_HOME%/OPatch

  4. datapatch -verbose

  5. A successful result looks like:

    PostPatchInstall

  6. Change compatibility setting as follows:

    1. Sqlplus /nolog

    2. Connect sys/<password>@CDB as sysdba

    3. create pfile from spfile

    4. open C:\oracle\19c_Sta\db\database\initcdb.ora

    5. edit *.compatible='19.7.0' to *.compatible='19.10.0'

    6. shutdown immediate

    7. create spfile from pfile;

    8. startup

    This will take a while.