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.
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 |
Differences between connected and unconnected lookup?
In session log thier should not be a single error how will u do
What are the different threads in DTM process?
what is lookup ?
What is sql query override? When did u use sql query override?
Which transformation should we use to normalise the COBOL and relational sources?
Explain transaction control transformation in informatica
What is a surrogate key?Why we use it in a mapping?Pl give an example.
What is the "File Repository" and how can we use that in the Informatica ? Please give one example of the Process ? waiting for Reply... Thank you .
In What Situations we can use MappingParameters ,Mapping Variables AND Session Parameters in REAL TIME.
What do mean by local and global repository?
There are 4 source files which contains same metadata create target that should display the file name along with record please send answer with mapping