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 views, 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 18-21 ALTER_MVIEW_PROPAGATION Procedure Parameters
Exceptions
Table 18-22 ALTER_MVIEW_PROPAGATION Procedure Exceptions