Step 3: Run SDB version update statement - Intergraph Smart Reference Data Standard Database - Version 12.3 - Installation & Upgrade - Hexagon PPM

Standard Database for Intergraph Smart Reference Data Upgrade and Migration

Language
English
Product
Intergraph Smart Reference Data Standard Database
Search by Category
Installation & Upgrade
Standard Database for Smart Reference Data Version
12.3

This section describes how to run the statement to update the SDB version to SDB 12.3.

  1. Launch SQL*Plus and connect to the database as sysdba as shown below:

    Sqlplus /nolog

    connect sys/<password> as sysdba

    In case of multitenant architecture (CDB/PDB), ensure that you are connected to PDB and not to CDB.

  2. Execute the statement given below:

    INSERT INTO SDB_SYS.SDB_SERVICE_PACK (version_num,version_name,hotfix_num,version_date,comments) VALUES('12.02.00.5904','SDB 12.2',null,SYSDATE,null);