Skip Headers

Oracle® Database Advanced Replica tion Management API Reference
10g Release 1 (10.1)

Part Number B10733-01
< td align="center" valign="top">Go to Book List
Book List
Go to Documentation Home
Home
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Inde
x
Master Index
Go to Feedback page
Feedback

Go to previous page
P revious
Go to cu
rrent chapter
Up
Go to next page
Next
View PDF

COMMENT _ON_REPGROUP Procedure

This procedure updates the comment field in the DBA_REPG ROUP view for a master group. This procedure must be issued at the master definition site.

Syntax

DBMS_REPCAT.C
OMMENT_ON_REPGROUP (
   gname     IN   VARCHAR2,
   comment   IN   VARCHAR2);

Parameters

Table 18-39 COMMENT_ON_REPGROUP Procedure Par ameters  
Parameter Description
gname
<
/pre>

Name of the replication group that you want to comment on.

comment

Updated comment to include in the SCHEMA_COMMENT field of the D BA_REPGROUP view.

Exceptions

Table 18-40 COMMENT_ON_REPGROUP Procedure Exceptions  
< td class="Formal">
nonmasterdef
Exception Description

Invocation site is not the master definition site.

commfailure

At least one mas ter site is not accessible.