Configuring Oracle GoldenGate for PeopleSoft

Configure Oracle GoldenGate with information for the source and target databases.

Configuring the Source and Target Databases

When working with each database, ensure that the ORACLE_HOME and ORACLE_SID environment variables are set before invoking the Oracle GoldenGate command line interpreter (GGSCI). Make sure you invoke GGSCI from $OGG_HOME or add $OGG_HOME to the $PATH environment variable.

To configure the source and target databases:

  1. Add supplemental log groups to the source database.

    adminclient> obey ./priaddtrndata.
  2. Configure the Oracle GoldenGate processes on the source database.

    adminclient> obey ./configure_primary.oby
  3. Configure the Oracle GoldenGate processes on the target database.

    adminclient> obey ./configure_standby.oby

Starting the Oracle GoldenGate Processes on the Source and Target Databases

To start the Oracle GoldenGate processes on the source and target databases:

  1. Issue the following commands on the source database server to start the Oracle GoldenGate processes:

    GGSCI > start manager
    GGSCI> start primecap
    GGSCI > info all
    
  2. Issue the following commands on the target database server to start the Oracle GoldenGate processes:

    GGSCI > start manager
    GGSCI > info all
    
  3. Issue the following command on the source database server to start the Oracle GoldenGate pump processes.

    GGSCI> start primepmp
    GGSCI> info all
    
  4. Issue the following command on the target database server to start the Oracle GoldenGate repository processes.

    GGSCI> start trgtrep
    GGSCI> info all