in my lookup table i want to catch the recently updated
records from the source to target,how to achieve this and what
is last commit interval point for this?
Answer Posted / prasanna
BY using dynamic lookup cache it is possible
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
suppose we are using dynamic lookup cache and in lookup condition the record is succeeded but in target it is failed due to some reasons then what happened in the cache ?
What is resilience time?
Explain the types of transformations?
Can one use mapping parameter or variables created in one mapping into any other reusable transformation?
Difference between Data and Index Caches?
What is joiner change?
What is a sequence generator transformation?
Design a mapping to get the pervious row salary for the current row. If there is no pervious row exists for the current row, then the pervious row salary should be displayed as null.
Where are the source flat files kept before running the session?
What are the tuning techniques you applied during your last project
Repository user profiles
Difference between Target-based loading and constraint-based loading?
How do you change a non-reusable transformation to reusable transformation?
Which development components of informatica have the highest usage?
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)