6.11 APPLY_PARALLELISM | MAX_APPLY_PARALLELISM | MIN_APPLY_PARALLELISM

Valid For

Parallel Replicat

Description

Use APPLY_PARALLELISM to configure the number of appliers. This controls the number of connections in the target database used to apply the changes. The default value is 4. APPLY_PARALLELISM is auto-tuned. You can set a minimum and maximum value to define the ranges in which the Replicat automatically adjusts its parallelism. There are no defaults. Do not use with APPLY_PARALLELISM at the same time.

See Basic Parameters for Parallel Replicat in Using Oracle GoldenGate for Oracle Database

Syntax

MIN_APPLY_PARALLELISM value 
MAX_APPLY_PARALLELISM value

Example

MIN_APPLY_PARALLELISM 2

MAX_APPLY_PARALLELISM 10