 
 
 
 
 
 
 
 
 
 
 
![[*]](jump.gif) .
.
DBMS_REPCAT.CREATE_MASTER_REPGROUP(
          gname          IN VARCHAR2, 
          group_comment  IN VARCHAR2 := '', 
          master_comment IN VARCHAR2 := '')
| Parameter | Description | 
| gname | The name of the object group that you want to create. | 
| group_comment | This comment is added to the RepCat view. | 
| master_comment | This comment is added to the RepGroup view. | 
 
 
 
 
 
 
 
 
