Oracle9i Replication Management API Reference
Release 1 (9.0.1)

Part Number A87502-01
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback

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

DBMS_REPCAT, 15 of 69


ALTER_SITE_PRIORITY_SITE Procedure

This procedure alters the site associated with a specified priority level. You must call this procedure from the master definition site.

See Also:

Chapter 6, "Configure Conflict Resolution" and Oracle9i Replication for more information about conflict resolution methods 

Syntax

DBMS_REPCAT.ALTER_SITE_PRIORITY_SITE (
   gname     IN   VARCHAR2,
   name      IN   VARCHAR2,
   old_site  IN   VARCHAR2,
   new_site  IN   VARCHAR2);

Parameters

Table 20-29 ALTER_SITE_PRIORITY_SITE Procedure Parameters
Parameter  Description 
gname
 

Master group with which the site priority group is associated. 

name
 

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

old_site
 

Current global database name of the site to disassociate from the priority level. 

new_site
 

New global database name that you want to associate with the current priority level. 

Exceptions

Table 20-30 ALTER_SITE_PRIORITY_SITE Procedure Exceptions
Exception  Description 
nonmasterdef
 

Invocation site is not the master definition site. 

missingrepgroup
 

Specified master group does not exist. 

missingpriority
 

Specified site priority group does not exist. 

missingvalue
 

Old site is not a group member. 

notquiesced
 

Master group is not quiesced 


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

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback