meta http-equiv="Content-Style-Type" content="text/css">
| Oracle® Database Advance
d Replication Management API Reference 10g Release 1 (10.1) Part Number B10733-01 |
|
|
This procedure generates the triggers and pa ckages needed to support replication for a specified object. You must call this procedure from the master definition site.
DBMS_REPCAT.GENERATE_REPLICATION_SUPPORT ( sname IN VARCHAR2, oname IN VARCHAR2, type IN VARCHAR2, package_prefix IN VARCHAR2 := NULL, procedure_prefix IN VARCHAR2 := NULL, distributed IN BOOLEAN := true, gen_objs_owner IN VARC HAR2 := NULL, min_communication IN BOOLEAN := true, generate_80_compatibl e IN BOOLEAN := true);