What is CDC? How to implement CDC?
Answer Posted / 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 |
Post New Answer View All Answers
Give some information on report bursting and how to do it in bca as I have to split the report and send different reports to different people?
what are the Methods For Creating Reusable Transformations?
What is joiner change?
What is a sequence generator transformation?
How can we use mapping variables in informatica? Where do we use them?
Differentiate between source qualifier and filter transformation?
Explain the code page compatibility?
Hi, I saw one mapping implemented by my seniors . In Expression transformation they implemented following logic. That is iif(is_date(in_UC_DATINV,'YYYYMMDD'),to_date(in_UC_DATINV,'Y YYYMMDD'),'Inventory Date is either invalid or null') Inventory_Date is validated only for is_date() But not validated for notisnull() . But error says “ either invalid or null “ why? Whether is_date() also check for not isnull() ? or in this logic something is different ? Please answer me . Advance thanks
How we can use union transformation?
What is a stored procedure transformation?
What do you mean by worklet?
How do you set a varible in incremental aggregation
Why filter transformation is an active one?
Which transformation should we use to normalise the COBOL and relational sources?
I have 100 records in source table, but I want to load 1, 5,10,15,20…..100 into target table. How can I do this? Explain in detailed mapping flow.