If missing users are reported by the HPD diagnostic procedure (see above), run the follow HPD scripts as well, recreateloginusers.sql and restore_all_synonyms.sql:
> cd C:\ProgramData\CARIS\HPD\<version>\Server\AdminTools > sqlplus hpdowner/password@database SQL> set serveroutput on size unlimited SQL> @recreateloginusers Warning Hpd_existing_user already exists. ... PL/SQL procedure successfully completed. SQL> @restore_all_synonyms PL/SQL procedure successfully completed. |