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.

Get Oracle Distributed Systems now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.