Oracle8i Replication Management API Reference Release 2 (8.1.6) Part Number A76958-01 |
|
Replication Management API Reference, 76 of 179
This procedure creates a new, empty snapshot group in your local database. CREATE_SNAPSHOT_REPGROUP
automatically calls REGISTER_SNAPSHOT_REPGROUP
, but ignores any errors that may have happened during registration.
DBMS_REPCAT.CREATE_SNAPSHOT_REPGROUP ( gname IN VARCHAR2, master IN VARCHAR2, comment IN VARCHAR2 := '', propagation_mode IN VARCHAR2 := 'ASYNCHRONOUS', fname IN VARCHAR2 := NULL gowner IN VARCHAR2 := 'PUBLIC');
Parameter | Description |
---|---|
gname |
Name of the replicated master group. This object group must exist at the specified master site. |
master |
Fully qualified database name of the database in the replicated environment to use as the master. You can include a connection qualifier if necessary. See Oracle8i Replication and Oracle8i Distributed Database Systems for information about using connection qualifiers. |
comment |
This comment is added to the |
propagation_mode |
Method of propagation for all updatable snapshots in the object group. Acceptable values are |
fname |
This parameter is for internal use only. Do not set this parameter unless directed to do so by Oracle Worldwide Support. |
gowner |
Owner of the snapshot group. |
|
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved. |
|