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, 89 of 179


DROP_SITE_PRIORITY procedure

This procedure drops a site 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_SITE_PRIORITY (
   gname      IN   VARCHAR2,
   name       IN   VARCHAR2);

Parameters

Table 8-157 DROP_SITE_PRIORITY Procedure Parameters
Parameter  Description 
gname
 

Replicated master group with which the site priority group is associated. 

name
 

Name of the site priority group that you want to drop. 

Exceptions

Table 8-158 DROP_SITE_PRIORITY Procedure Exceptions
Exception  Description 
nonmasterdef
 

Invocation site is not the master definition site. 

missingrepgroup
 

Specified replicated master group does not exist. 

referenced
 

Specified site 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