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


DROP_SITE_PRIORITY_SITE procedure

This procedure drops a specified site, by name, from a site priority 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_SITE (
   gname      IN   VARCHAR2, 
   name       IN   VARCHAR2,
   site       IN   VARCHAR2);

Parameters

Table 8-159 DROP_SITE_PRIORITY_SITE Procedure Parameters
Parameter  Description 
gname
 

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

name
 

Name of the site priority group whose member you are dropping. 

site
 

Global database name of the site you are removing from the group. 

Exceptions

Table 8-160 DROP_SITE_PRIORITY_SITE Procedure Exceptions
Exception  Description 
nonmasterdef
 

Invocation site is not the master definition site. 

missingrepgroup
 

Specified replicated master group does not exist. 

missingpriority
 

Specified site priority group does not exist. 

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