M_SYS user cannot 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

If you face the issue that you cannot connect to the database with M_SYS user after Oracle Database version 19c upgrade, create the missing grant as follows:

  1. Open a Command Prompt window.

  2. Launch SQL*Plus and connect sys as sysdba.

  3. Perform this command to create the grant:

    Grant all on dba_global_context to m_sys;