Oracle8i Replication Management API Reference Release 2 (8.1.6) Part Number A76958-01 |
|
Replication Management API Reference, 74 of 179
This procedure creates a new, empty, quiesced master replication object group.
DBMS_REPCAT.CREATE_MASTER_REPGROUP ( gname IN VARCHAR2, group_comment IN VARCHAR2 := '', master_comment IN VARCHAR2 := ''), qualifier IN VARCHAR2 := '');
Parameter | Description |
---|---|
gname |
Name of the object group that you want to create. |
group_comment |
This comment is added to the |
master_comment |
This comment is added to the |
qualifier |
Connection qualifier for object group. Be sure to use the @ sign. See Oracle8i Replication for more information about connection qualifiers. |
|
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved. |
|