2,can we insert duplicate data with dynamic look up cache,if
yes than why and if no why?
Answers were Sorted based on User's Feedback
Answer / ankur saini er.ankur861@gmail.
we use dynamic lookups in case we have duplicates in source
and source says that they cnt remove them as per
requirement ...in that case we have to settle for:
say we have a reocrd id=1 , name=a
id=1 , name=b
so depending upon the PI id this is a duplicate so using
dynamic lookup when firts record comes the lookup cache
will have id=1 , name=a
again will duplkicate row will come then it gets updated to
id=1 , name=b
so finally only last record from the quplicates will be
lloaded in the target
| Is This Answer Correct ? | 2 Yes | 0 No |
What is an active transformation?
If a workflow stops or fails after loading 10k records ? How can you recover it and If there is no order while reading data from source ?
Create a mapping which contains 2 target tables. When the session runs for the first time it shud load Target table 1 and when it runs for second time it shud load Target table 2.
can u apply SCD2 on flat file tgt? if yes wat is the procedure?
what is the -ve test case in your project.
What is the reusable transformation?
yesterday my session run ten min.today its run 30min, wt is the reason? if any issues how to solve that?
How to extract the informatica rejected data?
Define Update Override?
what are the output files that the informatica server creats during running a session?
Which kind of index is preferred in DWH?
difference between source based commit? and target based commit? which is better with respect to performance?