. This procedure must be issued at the master definition site.
DBMS_REPCAT.COMMENT_ON_REPGROUP( gname IN VARCHAR2,
comment IN VARCHAR2)
| Parameter | Description |
| gname | The name of the object group that you want to comment on. |
| comment | The updated comment to include in the GROUP_COMMENT field of the RepGroup view. |
| Exception | Description |
| nonmasterdef | The invocation site is not the master definition site. |
| commfailure | At least one master site is not accessible. |
| missingobjectgroup | The object group does not exist. |