differnece between joiner and a look up(please don't give
just definitions)....i mean in which scenario it is better
to use joiner and in which scenario better o use lookup ??
Answer Posted / sukanta
Lookup-
Let suppose you have empno in your source table but the
empno,address,name etc are stored in a lookup table and you
want all detail of employee will be go to target,then look
up is better option.
Lookup is passive transformation and support join on lookup
table basis of src.empno=lkp.empno(+).that means if in the
lookup table not have the source coming empno then it will
return null value for lookup empno.
so let suppose the lookup table is the target table in your
mapping,then you can find out the target table exists the
source record or not.
Joiner
If you want, the join condition satisfied,then the
satisfied all rows should go for next then join condition is
mandatory.Lookup can't do that.
Previous is posted by me.
Regards
Sukanta
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Dimension Object created in Oracle can be imported in Designer Cubes contain measures
What is union transformation?
wf dont have integration severances how you can run?
What are the modules in Power Center
Explain what transformation and how many are there in informatica?
Enlist few areas or real-time situations where informatica is required.
What are the tasks that source qualifier perform?
What is the function of union transformation?
How to extract sap data using informatica? What is abap? What are idocs?
Briefly explain the aggregator transformation?
If informatica has its scheduler why using third party scheduler?
EXL informatica Questions
What are the transformations that cannot be placed between the sort origin and the joiner transformation so that we do not lose the input sort order?
Explain in detail scd type 2 through mapping.
Explain about Informatica server process that how it works relates to mapping variables?