Book Image

Oracle Goldengate 11g Complete Cookbook

By : Ankur Gupta
Book Image

Oracle Goldengate 11g Complete Cookbook

By: Ankur Gupta

Overview of this book

Oracle Goldengate 11g Complete Cookbook is your complete guide to all aspects of Goldengate administration. The recipes in this book will teach you how to setup Goldengate configurations for simple and complex environments requiring various filtering and transformations. It also covers various aspects of tuning and troubleshooting the replication setups using exception handling, custom fields, and logdump utility.The book begins by explaining some basic tasks like Installation and Process groups setup. You will then be introduced to some further topics including DDL replication and various options to perform Initial Loads. You will then learn some advanced administration tasks such as Multi Master replication setup and conflict resolution. Further recipes, contain the cross platform replication and high availability options for Goldengate.
Table of Contents (16 chapters)
Oracle GoldenGate 11g Complete Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Creating a set of parallel load balanced, highly available GoldenGate configurations using Oracle Clusterware and DBFS


In the previous recipes in this chapter we have seen how we can configure Oracle GoldenGate in a clustered database environment. If there are multiple databases in the cluster that you want to replicate the data to/from, you can configure multiple Replicat processes for various databases running under a single Manager process. A single instance of Oracle GoldenGate can only be active on one of the nodes of the cluster. This means that the replication load of all the databases will be on the single node of the cluster. In such circumstances it is better to configure multiple instances of Oracle GoldenGate in the cluster as, in such a configuration, we can split the replication load between different nodes of the cluster.

In this recipe we will see how we can configure multiple instances of GoldenGate with DBFS repositories to balance the replication load between multiple nodes...