Source System
Configure the Manager process and primary Extract on the source system.
To Configure the Manager Process
- 
                        
On the source, configure the Manager process.
 - 
                        
In the Manager parameter file, use the
PURGEOLDEXTRACTSparameter to control the purging of files from the local trail. 
To Configure the Primary Extract
- 
                        
On the source, use the
ADD EXTRACTcommand to create an Extract group. For documentation purposes, this group is called ext.ADD EXTRACText, {TRANLOG | INTEGRATED TRANLOG}, BEGINtime[option[, ...]]See Parameters and Functions Reference for Oracle GoldenGate for detailed information about these and other
ADD EXTRACToptions that may be required for your installation. - 
                        
On the source, use the
ADD EXTTRAILcommand to create a local trail.ADD EXTTRAILlocal_trail, EXTRACTextUse the
EXTRACTargument to link this trail to the primary Extract group. The primary Extract group writes to this trail, and the data pump groups read it - 
                        
On the source, use the
EDIT PARAMScommand to create a parameter file for the primary Extract group. Include the following parameters plus any others that apply to your database environment. For possible additional required parameters, see the Oracle GoldenGate installation and setup guide for your database.-- Identify the Extract group: EXTRACText-- Specify database login information as needed for the database: [SOURCEDB dsn_1][, USERIDALIASalias] -- Log all scheduling columns if using integrated Replicat LOGALLSUPCOLS -- Specify the local trail that this Extract writes to -- and encryption algorithm: ENCRYPTTRAILalgorithmEXTTRAILlocal_trail-- Specify tables and sequences to be captured: SEQUENCE [container.|catalog.]owner.sequence; TABLE [container.|catalog.]owner.table; 
Use EXTTRAIL to specify the local trail.
                  
To Configure the Data Pump Extract Groups