QuestionQ43

Parameters

An Integrated Replicat is running with PARALLELISM set to four, but only one apply server is processing a sequence of large operations. What is causing this behavior?

  • A Operations are grouped into one apply server automatically based on GROUPTRANSOPS.
  • B Parallelism for an Integrated Replicat cannot exceed one.
  • C The operations for a particular table are pinned to a specific apply server.
  • D The operations are all part of one transaction.
Explanation

Integrated Replicat distributes independent transactions among apply servers while preserving source-transaction atomicity. All operations within one transaction must therefore be applied together by a single apply server, regardless of the configured parallelism. Oracle: About Integrated Replicat

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!