Skip links

Minimize PMSRVR entries to /var/log – Oracle GoldenGate Classic

Quick tip for Bug 30193036:

If you are having a problem with error messages filling up /var/log/*, you can minimize this by simply editing the ogg-audit.xml file.

Here is the solution:

1. Make a backup of $OGG_HOME/diretc/logging/ogg-audit.xml or comment out the line mentioned below.

2. Replace the value “info” with “warn” in the level xml element

<level    value=“warn”/>

3. Restart PMSRVR from the ggsci prompt

GGSCI> stop pmsrvr !

GGSCI> start pmsrvr