ORA-04063 occurs while creating replication group
(Doc ID 418445.1)
Last updated on JANUARY 31, 2022
Applies to:
Oracle Database Exadata Express Cloud Service - Version N/A and laterOracle Database Cloud Service - Version N/A and later
Oracle Database Cloud Exadata Service - Version N/A and later
Oracle Database - Enterprise Edition - Version 9.2.0.8 and later
Oracle Database Cloud Schema Service - Version N/A and later
Information in this document applies to any platform.
Symptoms
The following problem occurs when trying to create a master group
SQL> begin
2 dbms_repcat.create_master_repgroup(
3 gname => '"<REP_GROUP>"',
4 qualifier => '',
5 group_comment => '');
6 end;
7 /
begin
*
ERROR at line 1:
ORA-04068: existing state of packages has been discarded
ORA-04063: package body "SYS.DBMS_SNAP_INTERNAL" has errors
ORA-06508: PL/SQL: could not find program unit being called
ORA-06512: at "SYS.DBMS_REPCAT_MAS", line 782
ORA-06512: at "SYS.DBMS_REPCAT", line 548
ORA-06512: at line 2
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |