GoldenGate for Oracle to MySQL
Page 2
initial data as well as subsequent update operations. The source and target tables are created
and loaded with initial data. The GoldenGate Manager processes are also started so that other
processes may be configured and started. And finally, source definitions are generated and
transfered to the target system.
Initial Data Load
To initially load data across heterogeneous databases, GoldenGate provides the ability to
perform initial data synchronization while your application remains active. This lesson
demonstrates using Extract to pull data from the source files and send it directly to Replicat
on the target system.
Configure Change Capture
For log-based Oracle capture, the capture process is configured to capture change data
directly from the Oracle online redo logs or archive logs and store the changes in queues
known as GoldenGate remote trails.
Configure Change Delivery
Once the tables have been initially loaded with data, the Replicat is configured to deliver the
captured change data into the target database.
Prerequisites
The prerequisites for this lab include the following.
GoldenGate installed in both the source
<install location>
and the target
<install
location>.
The MySQL
<database>
defined in the target environment.
<source> server
Oracle
<target> server
Target
<database>
Source
<owner/schema>
Network
Initial
Extract
Initial
Replicat
评论