DataStage and CDC

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
ferreirahe
Charter Member
Charter Member
Posts: 25
Joined: Wed Apr 09, 2003 12:58 pm

DataStage and CDC

Post by ferreirahe »

Hi all,

I have posted a topic here just minutes ago regarding SAP IS-U. That same customer also wants to know about data change detection in data sources.

I gather this is a matter for CDC. They have Oracle.

I have not found any white papers for CDC.

I assume they must have in place a replication server or a similar mechanism to log all changes to the database. Is the CDC going to detect the changes to the data? How does it do it?

Thanks for help.

Cheers,
Henrique Ferreira
vmcburney
Participant
Posts: 3593
Joined: Thu Jan 23, 2003 5:25 pm
Location: Australia, Melbourne
Contact:

Post by vmcburney »

The Oracle change data capture component from Ascential does log scraping against the Oracle database engine to grab changes. You can also do change data capture within jobs using the CRC32 function. There is a download demo available from Ascential devnet.

We have two layers of CDC. We take delta data from a replica database using a timestamp. Once we take out the columns we don't need and do various data enrichment we then do changed data determination against the target table to see if the delta row is still different to those previously loaded.
Post Reply