Redo log setup

Note Mirror Replication Agent requires that automatic archiving of Oracle redo logs be disabled. Archiving is performed manually by the Mirror Replication Agent as the data in the redo logs is replicated. The following tasks should not be performed until the Mirror Replication Agent is ready to be initialized, so that archiving of redo logs will continue to take place.

Mirror Replication Agent requires the following settings in your Oracle database:

You can enable the forced logging of all database changes to the Oracle redo log file. Sybase recommends setting this option to insure that all data that should be replicated is logged. To enable the force logging command, execute the following statement on the primary database:

alter database FORCE LOGGING;

To verify the current setting of the force logging command, execute the following statement on the primary database:

select force_logging from v$database;

NoteMirror Replication Agent must be executed on a machine that has physical access to the redo logs.