Oracle9i Replication Management API Reference
Release 1 (9.0.1)

Part Number A87502-01
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback

Go to previous page Go to beginning of chapter Go to next page

DBMS_REPCAT, 18 of 69


COMMENT_ON_MVIEW_REPSITES Procedure

This procedure updates the SCHEMA_COMMENT field in the DBA_REPGROUP data dictionary view for the specified materialized view group. The group name must be registered locally as a replicated materialized view group. This procedure must be executed at the materialized view site.

Syntax

DBMS_REPCAT.COMMENT_ON_MVIEW_REPSITES (
   gowner    IN   VARCHAR2,
   gname     IN   VARCHAR2,
   comment   IN   VARCHAR2);

Parameters

Table 20-35 COMMENT_ON_MVIEW_REPSITES Procedure Parameters
Parameter  Description 
gowner
 

Owner of the materialized view group. 

gname
 

Name of the materialized view group. 

comment
 

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

Table 20-36 COMMENT_ON_MVIEW_REPSITES Procedure Exceptions
Parameter  Description 
missingrepgroup
 

The materialized view group does not exist. 

nonmview
 

The connected site is not a materialized view site. 


Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2001, Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback