4.6 Starting the Oracle GoldenGate Monitor Agent

  1. Go to the Oracle GoldenGate GGSCI console and start Oracle GoldenGate Monitor Agent by executing the following commands:

    For GoldenGate 12.2.x and older versions:

    start manager 
    start * 
    start jagent

    For GoldenGate 12.3.x and newer versions:

    start pmsrvr
    start manager
    start * 
    start jagent

    You can also add autostart jagent to the mgr.prm file. In this case, you can skip the start jagent command.

  2. Monitor the new Agent log file, $AGENT_HOME/logs/ogg_agent.log and resolve any issues.

    If you are using the Oracle GoldenGate Enterprise Manager Plug-In, after jAgent starts correctly you must restart the Oracle Enterprise Manager (OEM) Agent and then login to the OEM 12c console to ensure that the out-of-sync status issues for Oracle GoldenGate registered targets are resolved.

  3. When Web Services become unresponsive due to BDB corruption and errors, you can recreate the datastore and restart all services.
For GoldenGate 12.2.x and older versions:
stop jagent
stop *
stop manager
delete datastore
create datastore
start manager 
start * 
start jagent
For GoldenGate 12.3.x and newer versions:
stop jagent
stop *
stop manager
stop pmsrvr
start pmsrvr -initds
start manager 
start * 
start jagent