Oracle Golden Gate
Oracle Golden Gate
Replication
Muhammad Qasim
ORACLE
1
OUTLINE
Introduction
Overview of GoldenGate
Overview of the DEMO
DEMO Scenarios
2
GoldenGate
INTRODUCTION
3
GoldenGate Introduction
4
Overview of GoldenGate Replication
GoldenGate replication consists of three basic utilities:
“extract”,”replicat” and “data pump”. In addition all three of these
utilities access “trail files”, which are flat files that contain formatted
GoldenGate data.
An extract group mines a database’s redo logs; and writes
information about the changes it find into trail files. Extract is
functionally similar to the Streams “capture” process.
A replicat group reads information from trail files; and then writes
those changes into database tables. Replicat is functionally similar to
the Streams “apply” process.
A data pump group copies information between trail files. Data is
functionally similar to Streams “propagate” process.
5
Overview of the DEMO
We have two 11g databases deployed in different environments.
We will demonstrate two scenarios where data will be replicated from source to
target.
6
Demonstration Scenarios
Scenario 1: One-to-One Configuration using Direct Load Method
The initial load Replicat task then moves the data from
the intermediate file to the target database.
7
8