PL/SQL Packages DBMS_REPUTIL
Subprograms used for table replication. This package is referenced only by the generated code.
Subprocedures:
REPLICATION_OFF Modify tables without replicating the modifications to any other
site in the replication environment, or disable row-level
replication when using procedural replication.
REPLICATION_ON Re-enable replication of changes after replication has been
temporarily suspended.
REPLICATION_IS_ON Function
Determine 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
Determine the global database name of the local database
(the global name is the returned value).
MAKE_INTERNAL_PKG Synchronize internal packages and tables in the replication
catalog.
Note: Do not execute this procedure unless directed to do so
by Oracle Support Services.
SYNC_UP_REP Synchronize internal triggers and tables/materialized views
in the replication catalog.
Note: Do not execute this procedure unless directed to do so
by Oracle Support Services.
For full documentation of the packaged procedures
above see the Oracle Manual:
"Oracle9i Supplied PL/SQL Packages and Types Reference"
or the book Oracle Built in Packages
by Steven Feuerstein et al
Related Commands:
Related Packages: