Oracle8i Replication Management API Reference Release 2 (8.1.6) Part Number A76958-01 |
|
Replication Management API Reference, 71 of 179
This procedure updates the SCHEMA_COMMENT
field in the DBA_REPGROUP
data dictionary view for the specified snapshot group. The group name must be registered locally as a replicated snapshot group. This procedure must be executed at the snapshot site.
DBMS_REPCAT.COMMENT_ON_SNAPSHOT_REPSITES ( gowner IN VARCHAR2, gname IN VARCHAR2, comment IN VARCHAR2);
Parameter | Description |
---|---|
gowner |
Owner of the snapshot object group. |
gname |
Name of the snapshot object group. |
comment |
Updated comment to include in the |
Parameter | Description |
---|---|
missingrepgroup |
The snapshot object group does not exist. |
nonsnapshot |
The connected site is not a snapshot site. |
|
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved. |
|