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, 12 of 69


ALTER_PRIORITY Procedure

This procedure alters the priority level associated with a specified priority group member. 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_PRIORITY (
   gname            IN   VARCHAR2, 
   pgroup           IN   VARCHAR2, 
   old_priority     IN   NUMBER, 
   new_priority     IN   NUMBER);

Parameters

Table 20-23 ALTER_PRIORITY Procedure Parameters
Parameter  Description 
gname
 

Master group with which the priority group is associated. 

pgroup
 

Name of the priority group containing the priority that you want to alter. 

old_priority
 

Current priority level of the priority group member. 

new_priority
 

New priority level that you want assigned to the priority group member. 

Exceptions

Table 20-24 ALTER_PRIORITY Procedure Exceptions
Exception  Description 
nonmasterdef
 

Invocation site is not the master definition site. 

duplicatepriority
 

New priority level already exists in the priority group. 

missingrepgroup
 

Specified master group does not exist. 

missingvalue
 

Value was not registered by a call to DBMS_REPCAT.ADD_PRIORITY_datatype. 

missingprioritygroup
 

Specified priority group does not exist. 

notquiesced
 

Specified 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