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

Determining the size of trail file areas


You would most likely create an Extract process with a dedicated Datapump process in the source environment. The Datapump process can suffer an outage in case of any network issue. However, it, resumes the trail file transfer to the remote site when it is up again. In such a situation you would want the Extract process to continue extracting the data into the trail files on the source system.

The trail files are stored in the filesystem which would be finite in space. The size of the trail file area will determine how many trail files can be stored, which in effect will determine how long the Extract process can continue generating the trail files while the Datapump process is down. This will determine the overall network outage capacity of your replication infrastructure. Clearly, it is quite important to size the trail file areas appropriately to avoid the situations where the Extract process has to be stopped because of lack of available space on...