Oracle8i Replication Management API Reference Release 2 (8.1.6) Part Number A76958-01 |
|
Replication Management API Reference, 89 of 179
This procedure drops a site priority group for a specified replicated master group. You must call this procedure from the master definition site.
DBMS_REPCAT.DROP_SITE_PRIORITY ( gname IN VARCHAR2, name IN VARCHAR2);
Parameter | Description |
---|---|
gname |
Replicated master group with which the site priority group is associated. |
name |
Name of the site priority group that you want to drop. |
|
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved. |
|