Oracle8i Replication Management API Reference
Release 2 (8.1.6)

Part Number A76958-01

Library

Product

Contents

Index

Go to previous page Go to beginning of chapter Go to next page

Replication Management API Reference, 87 of 179


DROP_PRIORITY_GROUP procedure

This procedure drops a priority group for a specified replicated master group. You must call this procedure from the master definition site.

See Also:

Oracle8i Replication for more information about conflict resolution methods. 

Syntax

DBMS_REPCAT.DROP_PRIORITY_GROUP (
   gname     IN   VARCHAR2,
   pgroup    IN   VARCHAR2);

Parameters

Table 8-153 DROP_PRIORITY_GROUP Procedure Parameters
Parameter  Description 
gname
 

Replicated master group with which the priority group is associated. 

pgroup
 

Name of the priority group that you want to drop. 

Exceptions

Table 8-154 DROP_PRIORITY_GROUP Procedure Exceptions
Exception  Description 
nonmasterdef
 

Invocation site is not the master definition site. 

missingrepgroup
 

Specified replicated master group does not exist. 

referenced
 

Specified priority group is being used in conflict resolution. 

notquiesced
 

Specified replicated master group is not quiesced.  


Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2000, Oracle Corporation.

All Rights Reserved.

Library

Product

Contents

Index