September 2013
Intermediate to advanced
362 pages
7h 56m
English
In this recipe we will look at how we use GoldenGate tokens to add additional information to an extracted record and map it to the table in the target environment.
For this recipe, we will use the following CUST table. This table is created in the source and target databases under the SCOTT schema. In the target database, the table has an additional column to denote the name of the source database from which this change originated.
|
Source CUST Table |
Target CUST Table |
|---|---|
|
CUST_ID |
CUST_ID |
|
ACCOUNT_ID |
ACCOUNT_ID |
|
CUST_NAME |
CUST_NAME |
|
BALANCE |
BALANCE |
|
CHANGE_ORIGIN |
Steps to be performed in the source environment are as follows:
Read now
Unlock full access