Book Image

Oracle Goldengate 12c Implementers Guide

Book Image

Oracle Goldengate 12c Implementers Guide

Overview of this book

Table of Contents (21 chapters)
Oracle GoldenGate 12c Implementer's Guide
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
GGSCI Commands
GoldenGate Installed Components
Acronyms
Index

Configuring Oracle Manager process


In the previous chapter, we discussed the PORT parameter that is mandatory for the GoldenGate Manager process communication. In the previous section, you learned how to set a retention period for the trail files in the Manager configuration. Let's now look at some additional, Oracle recommended Manager process parameters: AUTOSTART and AUTORESTART.

The following code will tell the Manager to start the Extract or Replicat processes when the Manager starts and to restart only the Extract process(es) after two minutes in the event of a failure. With the following code, the Manager will try five times before abending the processes:

AUTOSTART ER *
AUTORESTART EXTRACT *, WAITMINUTES 2, RETRIES 5

When you edit the GoldenGate Manager parameter file from GGSCI, ensure that the Extract, Replicat, and Manager processes are restarted for all the changes to take effect.