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

Upgrading Oracle GoldenGate binaries


In this recipe you will learn how to upgrade GoldenGate binaries. You will also learn about GoldenGate patches and how to apply them.

Getting ready

For this recipe, we will upgrade the GoldenGate binaries from version 11.2.1.0.1 to 11.2.1.0.3 on the source system, that is prim1-ol6-112 in our case. Both of these binaries are available from the Oracle Edelivery website under the part number V32400-01 and V34339-01 respectively. 11.2.1.0.1 binaries are installed under /u01/app/ggate/112101.

How to do it...

The steps to upgrade the Oracle GoldenGate binaries are:

  1. Make a new directory for 11.2.1.0.3 binaries:

    mkdir /u01/app/ggate/112103
    
  2. Copy the binaries ZIP file to the server in the new directory.

  3. Unzip the binaries file:

    [ggate@prim1-ol6-112 112103]$ cd /u01/app/ggate/112103
    [ggate@prim1-ol6-112 112103]$ unzip V34339-01.zip 
    Archive:  V34339-01.zip
    inflating: fbo_ggs_Linux_x64_ora11g_64bit.tar  
    inflating: Oracle_GoldenGate_11.2.1.0.3_README.doc  
    inflating:...