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

Managing the process startup


In a near real-time data replication environment, we don't want to incur high latencies or outages due to a process failure. GoldenGate has a mechanism to automatically restart Extract or Replicat processes, should they fail. The AUTORESTART parameter of the Manager process governs this and provides additional options on retry attempts.

-- GoldenGate Manager parameter file
PORT 7809
AUTORESTART EXTRACT *, RETRIES 3, WAITMINUTES 1, RESETMINUTES 60
  • RETRIES: This option sets the maximum number of times the Manager process attempts to restart a process.

  • WAITMINUTES : This option sets the delay in minutes between restart attempts.

  • RESETMINUTES: This option sets a window of time that retry attempts are counted. After the time expires, the retry count returns to zero.

In addition, the AUTOSTART parameter enables automatic startup of either the Extract or Replicat processes when the Manager process starts.

The following is the code for the Manager process parameter file...