why would you segregate the tables in a replication configuration? How would you do it?
Answer / Abhishek Duhan
Segregating tables in a replication configuration is often done for performance reasons, to ensure that only necessary data is replicated between systems. You can segregate tables by creating separate GoldenGate extract and replicate processes for different groups of tables. To segregate, you would create multiple GoldenGate jobs, each job containing the extraction and replication tasks for a specific group of tables.
| Is This Answer Correct ? | 0 Yes | 0 No |
what are the most common reasons of an extract process slowing down?
what are the different ogg initial load methods available?
list a few parameters which may help improve the replicat performance?
why should I upgrade my goldengate extract processes to integrated extract?
what does the rman-08147 warning signify when your environment has a goldengate capture processes configured?
what command can be used to view the checkpoint information for the extract process?
what are the installation options available in ogg 12c?
list the minimum parameters that can be used to create the extract process?
I want to configure multiple extracts to write to the same exttrail file? Is this possible?
what are some of the key features of goldengate 12c?
how do you retrieve information from the oracle credential store?
how is the restartcollision parameter different from handlecollisions?