About Golden Gate
Golden gate:
===========
Golden gate software was founded in the year 1995 and name after famous golden gate bridge
Golden gate was founded by eric fish and tod davidson
Golden gate features:
====================
Real time data replication is one of the basic feature of golden gate
It provides high availability by acting as live stand-by target for a primary target
It provides zero downtime upgrades and migrations
It provides live reporting for the operational databases
Golden gate Processes:
=====================
Manager process
Extract Process(capture process)
replicat Process
Trail files
Data Pump
Server Collector
Extract Process:
===============
It reads the data from the online redo logs of the database and typically does not require connection to the database.
The extract process will regularlily checkpoint its read and write position, typically to a file.
Trail Files:-
============
Trail files basically contains the canonical format of collected online trasactional data from the redologs of the database by extract process.
These files will be existing at source and target locations typically called as local fie and remote file.
we can configure Golden gate without trail files by directly transferring captured online redolog data to target server , but this process is not recomended
local trail file will be helpful during recovery and more even we can resend the trail files to target server using DataPump
DataPump:
========
This is an additional process along with extract process as it takes responsibiity of sending local trail files to target server using TCP
Server Collector:
===============
Server Collector process runs at target server , collecting information of local trail file and writes to remote trail file.
Replicat Process:
================
This process reads remote trail file and applies to target database in the form DDL and DML
Manager Process:
================
Manager process runs on both source and target servers . It control starting and stopping of the proceses , monitors and then generates events.
===========
Golden gate software was founded in the year 1995 and name after famous golden gate bridge
Golden gate was founded by eric fish and tod davidson
Golden gate features:
====================
Real time data replication is one of the basic feature of golden gate
It provides high availability by acting as live stand-by target for a primary target
It provides zero downtime upgrades and migrations
It provides live reporting for the operational databases
Golden gate Processes:
=====================
Manager process
Extract Process(capture process)
replicat Process
Trail files
Data Pump
Server Collector
Extract Process:
===============
It reads the data from the online redo logs of the database and typically does not require connection to the database.
The extract process will regularlily checkpoint its read and write position, typically to a file.
Trail Files:-
============
Trail files basically contains the canonical format of collected online trasactional data from the redologs of the database by extract process.
These files will be existing at source and target locations typically called as local fie and remote file.
we can configure Golden gate without trail files by directly transferring captured online redolog data to target server , but this process is not recomended
local trail file will be helpful during recovery and more even we can resend the trail files to target server using DataPump
DataPump:
========
This is an additional process along with extract process as it takes responsibiity of sending local trail files to target server using TCP
Server Collector:
===============
Server Collector process runs at target server , collecting information of local trail file and writes to remote trail file.
Replicat Process:
================
This process reads remote trail file and applies to target database in the form DDL and DML
Manager Process:
================
Manager process runs on both source and target servers . It control starting and stopping of the proceses , monitors and then generates events.
Comments
Post a Comment