Skip Headers

Oracle® Database Advanced Replication Management API Reference
10g Release 1 (10.1)

Part Number B10733-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master& nbsp;Index
Go to Feedback page
Feedback

Go to previous page
Previous
Go to next page
Ne xt
View PDF< /tr>

22
DBMS_REPUTIL

DBMS_REPUTIL contains subprograms to generate shadow tables, triggers, and pa ckages for table replication, as well as subprograms to generate wrappers for replication of standalone procedure invocations and pac kaged procedure invocations. This package is referenced only by the generated code.

This chap ter contains this topic:

Summary of DBMS_REPUTIL Subprograms

Table 22-1 DBMS_REPUTIL Package Subprogram s
Subprogram Description

"REPLICATION_OFF Procedure"

Modifies tables without replicating the modifications to any other sites in the replication environment, or disable s row-level replication when using procedural replication.

"REPLICATION_ON Procedure"

Re-enables replication of changes after replication has been tempora rily suspended.

"REPLICATION_IS_ON Function"

Determines whether or not replication is running.

FROM_REMOTE Function

Returns TRUE at the beginning of procedures in the internal replication packages, and returns FALSE at the end of these procedures.

"GLOBAL_NAME Function"< /a>

Determines the global database n ame of the local database (the global name is the returned value).

"MAKE_INTERNAL_PKG Procedure"

Synchronizes internal packages and tables in the replicat ion catalog.

Note: Do not execute this procedure unless directed to do so by Oracle Support Services.

"SYNC_UP_REP Procedure"

Synchronizes internal triggers and tables/materialized views in the replication catalog.

Note: Do not execute this procedure unless directed to do so by Ora cle Support Services.