Explian the connected and unconnected lookup transformation
Answer / hari
Connected lookup
1.input ports are connected through pipeline
2.we can have more inputs and more outputs
3connected lookup we can use both static and dynamic cache
4.if condition not match default it give values
Unconnected lookup
1. Inputs are connected through calling :LKP from expression
2.inputs are more and output returns one
3.only static cache can use
4.if condition not match it gives nulls
| Is This Answer Correct ? | 0 Yes | 0 No |
Any one can tell me how to explain puss-down optimization ? explain me with example plz?
Is LOAD MANAGER AND LOAD BALANCER same in informatica?
i have 1000 record flat file source i want 1st row to 1st target, 2nd row to 2nd target, 3rd row to 3rd target how will u do? Without using Mod Function? Explain....
What is version control in informatica ? Advance thanks
What is the difference between Bulk Load and Normal Load
what is incremental aggregation ,with example?
Enlist the tasks for which source qualifier transformation is used.
Is it possible to use a client with different version than that of its Informatica server?
How to generate or load values in to the target table based on a column value using informatica etl tool.
2,if we have 3 pipeline containing 3 targets and each target is connected with diff sequence generator ,let us assume first target is populated with seq no1-9,so what would be the number generated by other two sequence generator?what is the diff in o/p if when we use reusable sequence generator?what would be the diff if we place expression in between target and sequence generator?
in which situations we go for pesistent cache in lookup and which situations go for shared lookup cache?
How can a transformation be made reusable?