Replication Agent for Oracle allows you to run multiple scanner threads in parallel to read from transaction logs. Parallel scan is supported only with the Oracle LogMiner Log Reader component. Parallel scanners cannot be used to replicate tables containing large object (LOB) datatypes.
For a parallel scan, include a single Replication Agent process with multiple scanner threads to read from the Oracle transaction logs. Each thread that reads data records from the next batch of Oracle transaction log is sorted in a round-robin fashion. For example, a single scanner reads a batch of log records and sends them to the operation processor thread, which then reads the next batch while the next scanner sends its batch to the operation processor thread.