wht is cdc?how to use it in creation of mappings?
Answer Posted / vaibhav bhandeo
CDC stands for change data capture. This is used to
implement incremental load approach in data warehouse.
In this approach we traditionally keep a date field and
pull data on incremental date values.
This assures that we are picking latest data (Or may be new
batch data which ever is applicable).
Implementing this in mapping would require you to use
parameter files which will keep HiWaterMark and LoWatermark
which is repeatedly used to capture fresh data.
| Is This Answer Correct ? | 6 Yes | 5 No |
Post New Answer View All Answers
What is fact table? Explain the different kinds of facts.
What is decode in informatica?
server hot-ws270 is connect to Repository B. What does it mean?
Briefly define reusable transformation?
Can we create two repositories on same database instance in oracle?
what are the Methods For Creating Reusable Transformations?
What is a stored procedure transformation?
How to join three sources using joiner? Explain though mapping flow.
What do you understand by a term domain?
Plz can any one say me how to get the informatica certification materials and dumps
I have a mapping loading 100 records and it failed on 20th record. how to recover it without changing anything.(in prod where we don't have any access).. (the session should should start from 21 record)
What are the issues you have faced in your project? How did you overcome those issues?
What is data transformation manager process?
i had a source containing business,sales,details column and i have to load it to a target but i have some bad records in it , but i have to load 70% of business records and 50% of sales and 95% of details records excluding bad records to achieve this what should be done and what all logic and tx should be used can anyone help? thanks in advance
How to create different types of slowly changing dimensions (SCD) in informatica using the mapping wizard?