how to use incremental load?
Answers were Sorted based on User's Feedback
Whenever an OLTP records update or insert in the source
,then the records are loaded in to target as a new record.
Using SCD type 2 we can acheive the incremental load.
If it wrong means chandranmca2007@gmail.com
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / moorthy g
Source --->SQ ----> Expression ---> Target
===> Create Mapping Variable
===> In SQ use sql override
where startdate < $$date
====> In expression use variable port,
setmaxvariable($$date, startdate)
=====================================
You can find variable value in Log fine and session RC you
can find it.
| Is This Answer Correct ? | 0 Yes | 1 No |
If sal is null then replace it with min(sal). Can any one write a query for this in oracle ? Advance Thanks
If I have a index defined on target table and if set it to bulk load will it work ?
wf dont have integration severances how you can run?
suppose a session is failed after a transformation , from where that session will run again , i.e . from beginning or from that transformation ?
Define the various join types of joiner transformation?
Can we make worklet inside worklet?
How can we improve session performance in aggregator transformation?
What are the scheduling options to run a sesion?
Explain the different lookup methods used in informatica?
How you load distinct records into one target and duplicate records into another target?
if i have one mapping and we already tuned that mapping for performance,everything is fine and loading will take 1 hr,so without doing any change in mapping how could we reduce the loading time from 1hr to 1/2 hr.
How can a Lookup with Dynamic Cache be replaced in a mapping? Explain.