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 |
By using joiner t/r we can join only 2 tables, SO if want join more than 2 flat files ,How can i join?
Scenario is like this: Name Sal A 10; B 20; C 30; Then Output should be Name Sal A 10; B 20; C 30; Total 60; Use SQL For this scenario
suppose in my source flatfile i have 10000 records in that some of master table records missed table records missed then what will u do
What do you mean by DTM and Load manager and what is difference between load manager and load balancer?
What are your source in project and how you import in informatica? How can i explain abt this?
1 Answers Accenture, Unisoft Infotech,
How to handle decimal places while importing a flatfile into informatica?
without dynamic lookup how to insert new rows and update existing rows?
How to do the error handling of if ur source is flatfiles?
how we do performence tuning in informatica
where is the reject loader .
How to get EVEN & ODD numbers separately?
How do we eliminate duplicate records in a flat file without using Sorter and Aggregator?