Hi All, i have question regarding Change Data Capture in
Informatica. As i know we can do this using Incremental
Aggregation(i never worked on Informatica but i read) and i
think we can do the same with SQL Over write and with
variables. Can someone tell me how do we do this using
other two techniques.. using SQL Over write and variables.

Thanks for the help and greatly appreciated.

Answer Posted / rajesh_audhi

If u have audit columns in the source like load_date we can
easily captured the changed data.we will extract only
changed data thru a query override in source qualifier by
giving like load_date>$$load_date.$$load_date is a mapping
variable which we set this value to the max(load_date)
during run time of session.so that it will store
max(load_date) in the variable and next time when we run the
same mapping it will fetch the source rows based on the
condition load_date>$$load_date.we will set this $$load_date
to max value using setmaxvalue function in any expression
transformation.

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

To import the flat file definition into the designer where should the flat file be placed?

833


What is an unconnected transformation?

855


How do you update the records with or without using update strategy?

867


Write the program through which the records can be updated?

732


Can we use the mapping parameter or variables developed in one mapping into any other reusable transformation?

896


Where are the source flat files kept before running the session?

831


What is meant by lookup transformation? Explain the types of lookup transformation?

738


Explain how many types of dimensions are available in informatica?

773


How would you copy the content of one repository to another repository?

759


What is a shortcut and copy in Informatica and how two are different with each other?

925


How to create different types of slowly changing dimensions (SCD) in informatica using the mapping wizard?

832


What are the types of data warehouses?

1166


How does a rank transform differ from aggregator transform functions max and min?

904


explain one complex mapping with logic? sales project?

6395


complex mapping ur project u r invlve can u explain and give real time example give me ?

2060