0% found this document useful (0 votes)
217 views8 pages

Oracle Golden Gate

GoldenGate replication consists of extracting data changes from a source database's redo logs and writing them to trail files. It then reads from the trail files and replicates the changes to a target database. The demonstration will show this process by replicating data from a Windows SQL Server database to a Linux SQL Server database using two scenarios: 1) A one-to-one configuration using direct loading where changes are extracted and sent directly over TCP/IP to the target for replication. 2) A one-to-one configuration using file-based replication where changes are first extracted to intermediate files on the target system before being replicated to the target database.

Uploaded by

venunaini
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
217 views8 pages

Oracle Golden Gate

GoldenGate replication consists of extracting data changes from a source database's redo logs and writing them to trail files. It then reads from the trail files and replicates the changes to a target database. The demonstration will show this process by replicating data from a Windows SQL Server database to a Linux SQL Server database using two scenarios: 1) A one-to-one configuration using direct loading where changes are extracted and sent directly over TCP/IP to the target for replication. 2) A one-to-one configuration using file-based replication where changes are first extracted to intermediate files on the target system before being replicated to the target database.

Uploaded by

venunaini
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
You are on page 1/ 8

An Overview of GoldenGate Replication

Muhammad Qasim ORACLE

OUTLINE

Introduction Overview of GoldenGate Overview of the DEMO DEMO Scenarios

GoldenGate

INTRODUCTION

GoldenGate Introduction

"he GoldenGate replication utilit# provides fle$i%le and powerful fra&ewor'( for auto&atic propa)ation of data chan)es "his presentation will provide an overview of GoldenGate replication* and it will displa# so&e e$a&ples of actuall# usin) GoldenGate+ In order to provide e$a&ples of usin) GoldenGate( a DEMO environ&ent( which uses GoldenGate( has %een set up+

Overview of GoldenGate Replication


GoldenGate replication consists of three %asic utilities.e$tract/(/replicat/ and .data pu&p/+ In addition all three of these utilities access .trail files/( which are flat files that contain for&atted GoldenGate data+ An e$tract )roup &ines a data%ase0s redo lo)s* and writes infor&ation a%out the chan)es it find into trail files+ E$tract is functionall# si&ilar to the Strea&s .capture/ process+ A replicat )roup reads infor&ation fro& trail files* and then writes those chan)es into data%ase ta%les+ Replicat is functionall# si&ilar to the Strea&s .appl#/ process+ A data pu&p )roup copies infor&ation %etween trail files+ Data is functionall# si&ilar to Strea&s .propa)ate/ process+

Overview of the DEMO


2e have two 11) data%ases deplo#ed in different environ&ents+

Source"ar)et-

2indows 34 2%it 11) release 2 Linu$ $51 2%it 11) release 2

2e will de&onstrate two scenarios where data will %e replicated fro& source to tar)et+

Demonstration cenarios

Scenario 1- One7to7One Confi)uration usin) Direct Load Method In this confi)uration( one E$tract )roup sends captured data over "C48I4 to a trail on the tar)et s#ste&( where it is stored until processed %# one Replicat )roup+ Scenario 2- One7to7One Confi)uration usin) 9ile to Replicate "his &ethod uses an E$tract process to e$tract source data into flat files or trails on the tar)et s#ste&+ "he initial load Replicat tas' then &oves the data fro& the inter&ediate file to the tar)et data%ase+

You might also like