Oracle7 Server Distributed Systems Volume II: Replicated Data

Contents Index Home Previous Next

DBMS_REPCAT.COMMENT_ON_REPGROUP

Purpose

To update the comment field in the RepGroup view for a replicated object group. For additional information, refer to [*]. This procedure must be issued at the master definition site.

Syntax

The parameters for the COMMENT_ON_REPGROUP procedure are described in Table 12 - 92, and the exceptions are listed in Table 12 - 93. The syntax for this procedure is shown below:

DBMS_REPCAT.COMMENT_ON_REPGROUP( gname   IN VARCHAR2,
                               comment IN VARCHAR2)

Parameter Description
gname The name of the object group that you want to comment on.
comment The updated comment to include in the GROUP_COMMENT field of the RepGroup view.
Table 12 - 92. Parameters for COMMENT_ON_REPGROUP

Exception Description
nonmasterdef The invocation site is not the master definition site.
commfailure At least one master site is not accessible.
missingobjectgroup The object group does not exist.
Table 12 - 93. Exceptions for COMMENT_ON_REPGROUP Procedure


Contents Index Home Previous Next