Oracle7 Server Distributed Systems Volume II: Replicated Data
DBMS_REPCAT.DROP_PRIORITY_GROUP
Purpose
To drop a priority group for a given replicated object group. You must call this procedure from the master definition site. For additional information, refer to .
Syntax
The parameters for the DROP_PRIORITY_GROUP procedure are described in Table 12 - 127, and the exceptions are listed in Table 12 - 128. The syntax for this procedure is shown below:
DBMS_REPCAT.DROP_PRIORITY_GROUP( gname IN VARCHAR2,
pgroup IN VARCHAR2)
Parameter
Description
gname
The replicated object group with which the priority group is associated.
pgroup
The name of the priority group that you want to drop.
Table 12 - 127. Parameters for DROP_PRIORITY_GROUP
Exception
Description
nonmasterdef
The invocation site is not the masterdef site.
missingrepgroup
The given replicated object group does not exist.
referenced
The given priority group is being used in conflict resolution.
Table 12 - 128. Exceptions for DROP_PRIORITY_GROUP