Oracle8i Replication Management API Reference
Release 2 (8.1.6)

A76958-01

Library

Product

Contents

Index

Prev Up Next

Replication Management API Reference, 88 of 179


DROP_PRIORITY_datatype procedure

This procedure drops a member of a priority group by value. You must call this procedure from the master definition site. The procedure that you must call is determined by the datatype of your priority column.

See Also:

Oracle8i Replication for more information about conflict resolution methods. 

Syntax

DBMS_REPCAT.DROP_PRIORITY_datatype (
   gname    IN   VARCHAR2,
   pgroup   IN   VARCHAR2, 
   value    IN   datatype);

where datatype:

{ NUMBER
| VARCHAR2
| CHAR
| DATE
| RAW
| NCHAR
| NVARCHAR2 }

Parameters

Table 8-155 DROP_PRIORITY_datatype Procedure Parameters
Parameter  Description 
gname
 

Replicated master group with which the priority group is associated. 

pgroup
 

Name of the priority group containing the member that you want to drop. 

value
 

Value of the priority group member that you want to remove from the group. 

Exceptions

Table 8-156 DROP_PRIORITY_datatype Procedure Exceptions
Exception  Description 
nonmasterdef
 

Invocation site is not the master definition site. 

missingrepgroup
 

Specified replicated master group does not exist. 

missingprioritygroup
 

Specified priority group does not exist. 

paramtype, 
typefailure
 

Value has the incorrect datatype for the priority group. 

notquiesced
 

Specified replicated master group is not quiesced 


Prev Up Next
Oracle
Copyright © 1999 Oracle Corporation.

All Rights Reserved.

Library

Product

Contents

Index