| Oracle9i Supplied PL/SQL Packages and Types Reference Release 1 (9.0.1) Part Number A89852-02  | 
  | 
DBMS_REPCAT, 20 of 69
This procedure updates the comment field in the DBA_REPGROUP view for a master group. This procedure must be issued at the master definition site.
DBMS_REPCAT.COMMENT_ON_REPGROUP ( gname IN VARCHAR2, comment IN VARCHAR2);
| Parameter | Description | 
|---|---|
    
gname  | 
 Name of the replication group that you want to comment on.  | 
    
comment  | 
 
Updated comment to include in the   | 
| Exception | Description | 
|---|---|
    
nonmasterdef  | 
 Invocation site is not the master definition site.  | 
    
commfailure  | 
 At least one master site is not accessible.  | 
| 
 | 
![]() Copyright © 1996-2001, Oracle Corporation. All Rights Reserved.  | 
 
  |