In Which scenario did u used Incremental loading?
Answers were Sorted based on User's Feedback
Whenever your record changes and any date column get
updated in source.This happens in mainly transactions where
amount or balance changes.This record is flagged based on
the the date colum which isnow changed and value become
greated then session run time when it was executed
previously.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / ramu
for capturing the changed data in source we use the
incremental loading.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a repository? And how to add it in an informatica client?
What is union transformation in informatica?
what is mystery dimension?
Explian the connected and unconnected lookup transformation
Why the UNION TRANSFERMATION is an Active TRANSFERMATION
suppose if we have dublicate records in a table temp n now i want to pass unique values to t1 n dublicat values to t2 in single mapping?how
what is polling?
what is the function of 'F10' informatica ?
What is session task and command task?
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 ?
disable caching in a lookup transformation?
Input is like 1 1 1 2 2 3 and out put should be 1 2 3 How can u acheive using rank transformation ??