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


DEFINE_SITE_PRIORITY procedure

This procedure creates a new site priority group for a replicated master 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.DEFINE_SITE_PRIORITY (
   gname        IN   VARCHAR2, 
   name         IN   VARCHAR2,
   comment      IN   VARCHAR2 := NULL);

Parameters

Table 8-139 DEFINE_SITE_PRIORITY Procedure Parameters
Parameter  Description 
gname
 

The replicated master group for which you are creating a site priority group. 

name
 

Name of the site priority group that you are creating. 

comment
 

This user comment is added to the DBA_REPPRIORITY view. 

Exceptions

Table 8-140 DEFINE_SITE_PRIORITY Procedure Exceptions
Exception  Description 
nonmasterdef
 

Invocation site is not the master definition site. 

missingrepgroup
 

Specified replicated master group does not exist. 

duplicate 
prioritygroup
 

Specified site priority group already exists in the replicated master group. 

notquiesced
 

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