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

Steps to install Oracle GoldenGate Veridata


In this recipe, you will learn how to install and configure the Oracle GoldenGate Veridata server, using which you can validate data between the source and target systems.

Getting ready

The setup in this recipe will be performed on a new VM named mgmt1-ol6. The VM was set up with OEL 6.3. The Oracle GoldenGate Monitor server requires a database for the repository purposes. In this example setup, we will be using an Oracle database for the repository. The Oracle 11.2.0.3 binaries have been installed on this VM under /u01/app/oracle/product/11.2.0/dbhome_1. A shell database named oggmgmt has been created under this Oracle Home. This database is registered with the default LISTENER running on the port 1521. This recipe does not cover the steps to install the Oracle binaries and to create the shell database. It is assumed that the reader is already familiar with the steps for these two tasks. You would also need to download the Oracle GoldenGate Veridata...