Settings for Command Batching

For the Oracle data servers, use this configuration:

batch = on
batch_begin = off

As a result of a placeholder command that is used in the rs_begin function string, setting batch_begin to on may cause problems with starting DSI. Set batch_begin to off to allow the rs_begin and the rs_commit commands to be sent independently of the batches of commands, and ensures correct SQL in all transferred commands:

use_batch_markers = on

Oracle requires BEGIN and END markers for batches of commands. By configuring use_batch_markers to on, the markers are automatically added from the rs_batch_start and rs_batch_end function strings. For additional information on Command Batching, see the Replication Server Administration Guide.