SET /REPLICATION options

This section describes the SET /REPLICATION=options. The replication-option-list may include:

OFF

Use this option to disable replication of the database file(s) or region(s). MUPIP SET /REPLICATION=OFF switches journal files in case journaling was ENABLE'd and turned ON in the database before and after the command.

This requires standalone access to the databse if replication is not already turned OFF for the database file.

Turning replication OFF for a database file has no effect on the journaling state of the database file unless a simultaneous /JOURNAL= is specified in the same command line.

ON

Use this option to enable replication for the selected database file(s) or region(s). This option requires standalone access to the database file unless replication is already turned ON.

Since replication requires BEFORE_IMAGE journaling, turning replication ON for a database file has the same effect on the journaling state of the database file as if a JOURNAL=(ENABLE,ON,BEFORE_IMAGE) was specified at the same time.

[Note] Note

The previous generation journal-file name is cleared in the new journal file header if replication is not already turned ON even though journaling is already ENABLE'd and turned ON.