| Oracle® Database Advanced Repl
ication Management API Reference 10g Release 1 (10.1) Part Number B10733-01 |
|
|
View PDF |
This procedure adds a member to
a priority group. 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. You must call this procedure once for each of the possible values of the priori
ty column.
| See Also:
Chapter 6, "Configure Conflict Resolution" and Oracle Database Advanced Replication for more information about conflict resolution methods |
DBMS_REPCAT.ADD_PRIORITY_< em class="Italic">datatype ( gname IN VARCHAR2, pgroup IN VARCHAR2, value IN datatype, priority IN NUMBER);
where datatype:
| Exception | Description |
|---|---|
nonmasterdef |
Invocation site is not the master definition site. |
duplicatevalue |
S pecified value already exists in the priority group. |
duplicatepriority |
Specified p riority already exists in the priority group. |
missingrepgroup |
Specified master gro up does not exist. |
< /a>missingprioritygroup |
Specified priority group does not exist. p> |
typefailure |
Specified value has the incorrect datatype for the priority group. < /td> |
notquiesced< /td> |
Specified master group is not quiesced. |