DROP_MASTER_REPGROUP Procedure
This procedure drops a master group from your current site. To drop the master group from all master sites, including the master definition site, you can call this procedure at the master definition site, and set all_sites
to true
.
Syntax
DBMS_REPCAT.DROP_MASTER_REPGROUP (
gname IN VARCHAR2,
drop_contents IN BOOLEAN := false,
all_sites IN BOOLEAN := false);
Parameters
Table 18-73 DROP_MASTER_REPGROUP Procedure Parameters
Exceptions
Table 18-74 DROP_MASTER_REPGROUP Procedure Exceptions