Oracle Global Human Resources Cloud Implementation Specialist — Question 31
You must implement GoldenGate in a master-to-master configuration. What output from the profiling scripts should you look for to ensure that your implementation is correct?
Answer options
- A. Tables set with nologging
- B. Tables with Large Object (LOB) data types
- C. Tables that have conflicts
- D. Triggers and sequences
Correct answer: C
Explanation
The correct answer is C, as identifying conflicts is crucial in a master-to-master configuration where both databases can accept updates. Options A, B, and D are not directly related to the correctness of the GoldenGate setup, as nologging tables, LOB data types, and triggers/sequences do not inherently indicate implementation issues.