Oracle9i Supplied PL/SQL Packages and Types Reference
Release 1 (9.0.1)

Part Number A89852-02
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, 14 of 69


ALTER_SITE_PRIORITY Procedure

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

See Also: Oracle9i Replication for more information about conflict resolution methods:  

Syntax

DBMS_REPCAT.ALTER_SITE_PRIORITY (
   gname         IN   VARCHAR2,
   name          IN   VARCHAR2,
   old_priority  IN   NUMBER,
   new_priority  IN   NUMBER);

Parameters

Table 48-27 ALTER_SITE_PRIORITY 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_priority
 

Current priority level of the site whose priority level you want to change. 

new_priority
 

New priority level for the site. A higher number indicates a higher priority level. 

Exceptions

Table 48-28 ALTER_SITE_PRIORITY Procedure Exceptions
Exception  Description 
nonmasterdef
 

Invocation site is not the master definition site. 

missingrepgroup
 

Specified master group does not exist. 

missingpriority
 

Old priority level is not associated with any group members. 

duplicatepriority
 

New priority level already exists for another site in the group. 

missingvalue
 

Old value does not already exist. 

paramtype
 

New value has the incorrect datatype for the priority group. 

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