Name
DBMS_REPCAT.COMMENT_ON_REPSITES
Synopsis
The COMMENT_ON_REPSITES procedure allows you to add or change a comment associated with a master site, which is visible in the DBA_REPSITES data dictionary view.
PROCEDURE DBMS_REPCAT.COMMENT_ON_REPSITES
(gname IN VARCHAR2,
master IN VARCHAR,
comment IN VARCHAR2);Parameters
Parameter Name | Description |
|---|---|
gname | Name of the replication group to which master belongs |
master | Global name of master site |
comment | Comment |
Exceptions
Exception Name | Number | Description |
|---|---|---|
commfailure | –23317 | Unable to communicate with one or more master sites. |
nonmaster | –23313 | The master is not a master site. |
nonmasterdef | –23312 | Calling site is not master definition site. |
Restrictions
You must call the COMMENT_ON_REPSITES procedure from the master definition site.