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, 11 of 69


ALTER_MVIEW_PROPAGATION Procedure

This procedure alters the propagation method for a specified replication group at the current materialized view site. This procedure pushes the deferred transaction queue at the materialized view site, locks the materialized view base tables, and regenerates any triggers and their associated packages. You must call this procedure from the materialized view site.

Syntax

DBMS_REPCAT.ALTER_MVIEW_PROPAGATION (
   gname                IN  VARCHAR2, 
   propagation_mode     IN  VARCHAR2,
   comment              IN  VARCHAR2   := ''
   gowner               IN  VARCHAR2   := 'PUBLIC');

Parameters

Table 20-21 ALTER_MVIEW_PROPAGATION Procedure Parameters
Parameter  Description 
gname
 

Name of the replication group for which to alter the propagation method. 

propagation_mode
 

Manner in which changes from the current materialized view site are propagated to its associated master site or master materialized view site. Appropriate values are synchronous and asynchronous

comment
 

This comment is added to the DBA_REPPROP view. 

gowner
 

Owner of the materialized view group. 

Exceptions

Table 20-22 ALTER_MVIEW_PROPAGATION Procedure Exceptions
Exception  Description 
missingrepgroup
 

Specified replication group does not exist. 

typefailure
 

Propagation mode was specified incorrectly. 

nonmview
 

Current site is not a materialized view site for the specified replication group. 

commfailure
 

Cannot contact master site or master materialized view site. 

notcompat
 

Compatibility mode must be 7.3.0.0 or greater. 

failaltermviewrop
 

Materialized view group propagation can be altered only when there are no other materialized view groups with the same master site or master materialized view site sharing the 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