Oracle8i Replication Management API Reference
Release 2 (8.1.6)

A76958-01

Library

Product

Contents

Index

Prev Up Next

Replication Management API Reference, 68 of 179


COMMENT_ON_REPGROUP procedure

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

Syntax

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

Parameters

Table 8-113 COMMENT_ON_REPGROUP Procedure Parameters
Parameter  Description 
gname
 

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

comment
 

Updated comment to include in the SCHEMA_COMMENT field of the DBA_REPGROUP view. 

Exceptions

Table 8-114 COMMENT_ON_REPGROUP Procedure Exceptions
Exception  Description 
nonmasterdef
 

Invocation site is not the master definition site. 

commfailure
 

At least one master site is not accessible. 


Prev Up Next
Oracle
Copyright © 1999 Oracle Corporation.

All Rights Reserved.

Library

Product

Contents

Index