SYNC_UP_REP Procedure
This procedure synchronizes the existence of an internal trigger with a table or materialized view in the replication catalog. If the table or materialized view has replication support, then execute this procedure to create the internal replication trigger. If replication support does not exist, then this procedure destroys any related internal trigger. This procedure does not accept the storage table of a nested table.
Caution:
Do not execute this procedure unless directed to do so by Oracle Support Services.
|
Syntax
DBMS_REPUTIL.SYNC_UP_REP (
canon_sname IN VARCHAR2,
canon_oname IN VARCHAR2);
Parameters
Table 22-3 SYNC_UP_REP Procedure Parameters