Oracle8i Replication Management API Reference Release 2 (8.1.6) Part Number A76958-01 |
|
Replication Management API Reference, 70 of 179
If the object group is a master group, this procedure updates the MASTER_COMMENT
field in the DBA_REPSITES
view for a master site. If the object group is a snapshot group, this procedure updates the SCHEMA_COMMENT
field in the DBA_REPGROUP
view for a snapshot site.
This procedure can be executed at either a master site or a snapshot site. If you execute this procedure on a a snapshot site, the snapshot group owner must be PUBLIC.
See Also:
"COMMENT_ON_SNAPSHOT_REPSITES procedure" for instructions on placing a comment in the |
DBMS_REPCAT.COMMENT_ON_REPSITES ( gname IN VARCHAR2, [ master IN VARCHAR,] comment IN VARCHAR2);
|
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved. |
|