Why am I not seeing G/Technology database changes in GM?
In order for non-Admin, non-SchemaOwner users to view new or edited features posted in the G/Technology database, it is important to grant the users appropriate schema privileges.
For example,
In Oracle SQLPlus (or other Oracle tools), log in as the system admin user, run the following SQL statements –
IDENTIFIED BY MYPASSWORD
DEFAULT TABLESPACE USERS
TEMPORARY TABLESPACE TEMP
PROFILE DEFAULT
ACCOUNT UNLOCK;