ORA-23373 object group “string”.”string” does not exist cause and solution
The following is the ORA-23373 error message, you can learn the cause and solution of the Oracle database error.
ORA-23373 object group “string“.”string” does not exist
Cause: The group name was null or misspelled, or the group does not exist locally.
Solution: Specify the group correctly, or create it with DBMS_REPCAT.CREATE_MASTER_REPGROUP().
Please wait for the update…