Name
DBMS_REPCAT.COMMENT_ON_SITE_PRIORITY
Synopsis
The COMMENT_ON_SITE_PRIORITY procedure adds or replaces the comment field in the DBA_REPPRIORITY_GROUP data dictionary view for the specified site priority group. Specifications differ for Oracle7 and Oracle8 as follows.
Oracle7 specification:
PROCEDURE DBMS_REPCAT.COMMENT_ON_SITE_PRIORITY
(gname IN VARCHAR2 := '',
name IN VARCHAR2,
comment IN VARCHAR2,
sname IN VARCHAR2 := '');Oracle8 specification:
PROCEDURE DBMS_REPCAT.COMMENT_ON_SITE_PRIORITY
(gname IN VARCHAR2 := '',
name IN VARCHAR2,
comment IN VARCHAR2)Parameters
Parameter Name | Description |
|---|---|
gname | Name of the replication group containing the priority group |
name | Name of the site priority group |
comment | Comment |
sname (Oracle7 only) | Schema name (provided for pre-Oracle 7.3 compatibility) |
Exceptions
Exception Name | Number | Description |
|---|---|---|
missingpriority | –1403 | Site priority group name does not exist. |
missingrepgroup | –23373 | Replication group gname does not exist. |
nonmasterdef | –23312 | Calling site is not master definition site. |
Restrictions
You must call COMMENT_ON_SITE_PRIORITY from the master definition site.
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access