What is CDC? How to implement CDC?
Answers were Sorted based on User's Feedback
Answer / bharu_295
hi cdc stands for capture data change.
it is done by using incremental loading of the source data.
ex: in source take a column modified date
in mapping take sysdate as one column and get data with modifieddate>sysdate. condition.
| Is This Answer Correct ? | 11 Yes | 7 No |
Answer / reddy
CDC Stands for Change Data Capture. All Changed
transactions will be moved from Source system to
destination through Archive Logs.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / abhinaw prakash
CDC is changed data capture.
We can implement the same in Informatica using a filter transformation and passing only the Incremental rows.
A better option in this would be to dynamically create a parameter file every time the workflow runs and using the its value in the filter expression.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is meant by target load plan?
How to delete the data in the target table after loaded.
What are the tasks that can be performed using sq?
what are presession,postsession success and postsession failure commands ?
How do we eliminate duplicate records in a flat file without using Sorter and Aggregator?
What is the Rank index port in Rank transformation?
What is exact use of 'Online' and 'Offline' server connect Options while defining Work flow in Work flow ?
Explain load alternative records / rows into multiple targets - informatica
Source --------- eno , ename, sal 001,ank,1000 002,behe,2000 003,raj,2500 Target ------- header :DDMMYYYY24MMSS timestamp body: 001,ank,1000 002,behe,2000 003,raj,2500 footer: count(eno),sum(sal) how to implement the same in a FF tgt?
how to load rows into fact table in data warehouse
What are the circumstances that infromatica server results an unreciverable session?
Can you access a repository created in previous version of Informatica?