Generating PeopleSoft Parameter File Input
Prior to creating and editing the Oracle GoldenGate configuration files, you need to generate PeopleSoft-specific input parameters for the Oracle GoldenGate parameter files.
To generate PeopleSoft-specific Oracle GoldenGate parameter files:
-
Open the following SQL script in your SQL editor or text editor:
PS_HOME/scripts/psggconfiggenerateparmfilelists.sql.
-
Modify the following variables:
-
Modify all occurrences of <OWNER> to reflect the access ID for the database.
-
Modify all occurrences of <PATH> to reflect the script output directory path (as in, /data1/PT862/scripts/ or c:\temp\).
Note:
The ending slash is mandatory for the path.
-
-
Save your changes to the SQL file.
-
Log into SQL*Plus using your PeopleSoft access ID.
-
Run the psggconfiggenerateparmfilelists.sql script.
-
Verify that these files appear in the output directory:
-
PSGGconfiggenerateparmfilelists.log
-
PSGGgeneratetableexcludes.txt
-
PSGGgeneratetrandatadeletes.txt
Note:
You will add the output from the .txt files to the appropriate Oracle GoldenGate parameter files manually.
-