Creating configure_target.oby for Replicat Definition
Create the configure_target.oby file on the target database for the Oracle GoldenGate REPLICAT process.
Create a file named configure_target.oby on the target database, and add the following:
##########################################################################################
-- Edit and modify 'useridalias'
-- Edit and modify EXTTRAIL
dblogin useridalias ggtrgt
ADD REPLICAT trgtrep, INTEGRATED, EXTTRAIL pp
Create a file named trgtrep.prm, and add the following
##########################################################################################
-- Edit and modify useridalias and PDB names
-- ##########################################################################################
REPLICAT trgtrep
USERIDALIAS ggtrgt
DBOPTIONS INTEGRATEDPARAMS(PARALLELISM 4)
MAP SYSADM.* , TARGET TARGET_PDB.SYSADM.*;