Oracle Global Human Resources Cloud Implementation Specialist — Question 52
An integrated Replicat is running with PARALLELISM set to four, yet you discover that for a series of large operations, only one apply server is processing the operations. What is the reason for this issue?
Answer options
- 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.
Correct answer: A
Explanation
The correct answer is A because when GROUPTRANSOPS is set, it can cause operations to be processed by a single apply server, which limits parallelism. Option B is incorrect since Integrated Replicat can utilize multiple apply servers if configured properly. Option C is not necessarily true unless specific table pinning is implemented, and option D does not directly relate to the apply servers' operation distribution.