Oracle7 Server Distributed Systems Volume II: Replicated Data

Contents Index Home Previous Next

DBMS_REPCAT.DROP_SITE_PRIORITY

Purpose

To drop a site 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_SITE_PRIORITY procedure are described in Table 12 - 131, and the exceptions are listed in Table 12 - 132. The syntax for this procedure is shown below:

DBMS_REPCAT.DROP_SITE_PRIORITY(	gname	IN	VARCHAR2,
	name	IN	VARCHAR2)

Parameter Description
gname The replicated object group with which the site priority group is associated.
name The name of the site priority group that you want to drop.
Table 12 - 131. Parameters for DROP_SITE_PRIORITY

Exception Description
nonmasterdef The invocation site is not the masterdef site.
missingrepgroup The given replicated object group does not exist.
referenced The given site priority group is being used in conflict resolution.
Table 12 - 132. Exceptions for DROP_SITE_PRIORITY


Contents Index Home Previous Next