Creating Process Groups
This Chapter contains instructions for creating Oracle GoldenGate process groups, collectively known as "change-synchronization" processes.
At Minimum, you will create one primary extract, One data pump on the Source system and a replicat process group on the target system.
Add the Primary Extract
1. Set the RMAN archivelog deletion policy to the following value
CONFIGURE ARCHIVELOG DELETION POLICY TO APPLIED ON ALL STANDBY2. Add Extract Process Group
DBLOGIN USERIDALIAS myalias ADD EXTRACT finance, INTEGRATED TRANLOG, BEGIN NOW
Add The Local Trail
ADD EXTTRAIL /ggs/dirdat/lt, EXTRACT financeAdd the Datapump Extract Group
ADD EXTRACT financep, EXTTRAILSOURCE c:\ggs\dirdat\ltAdd the Remote Trail
ADD RMTTRAIL /ggs/dirdat/rt, EXTRACT financepAdd The Replicat Group
DBLOGIN USERIDALIAS aliasADD REPLICAT financer, EXTTRAIL c:\ggs\dirdat\rt
No comments:
Post a Comment