Which one of the following way is correct to turn ON replication?

Options
- DBMS_REPUTIL_REPLICATION=ON
- DBMS_REPUTIL.REPLICATION=ON
- DBMS_REPUTIL.REPLICATION_ON
- All of the above


CORRECT ANSWER : DBMS_REPUTIL.REPLICATION_ON

Discussion Board
DBMS_REPUTIL.REPLICATION_ON

DBMS_REPUTIL contains subprograms to generate shadow tables, triggers, and packages for table replication, as well as subprograms to generate wrappers for replication of standalone procedure invocations and packaged procedure invocations.

This package is referenced only by the generated code.

Replication_on procedure - This procedure reenables replication of changes after replication has been temporarily suspended.

Syntax: DBMS_REPUTIL.REPLICATION_ON();

Prajakta Pandit 02-15-2017 11:14 PM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement