| Oracle® Database Advanced Repl
ication Management API Reference 10g Release 1 (10.1) Part Number B10733-01 |
|
|
View PDF |
This procedure activates triggers and generate packages needed to support the replication of updatable materialized views or procedural replication.You must call this procedure from the ma terialized view site.
|
Note:
|
DBMS_REPCAT.GENERATE_MVIEW_SUPPORT ( a> sname IN VARCHAR2, oname IN VARCHAR2, type IN VARCHAR2, gen_objs_owner IN VARCHAR2 := '', min_com munication IN BOOLEAN := true, generate_80_compatible IN BOOLEAN := true);
| Parameter | Description |
|---|---|
sname |
Schema in which the object is located. |
oname |
The name of the object for which you are generating support. |
type |
Type of the object. The types supported are |
gen_objs_owner |
For objects of type |
a>min_communication |
If |
generate_80_compatible |
<
p class="TB">Set to true if the materialized view's master site is running a version of Oracle server prior to Oracle re
lease 8.1.5. Set to false if the materialized view's master site or master materialized view site is running Oracle rele
ase 8.1.5 or higher. |