What is difference between a connected look up and
unconnected look up?

Answers were Sorted based on User's Feedback



What is difference between a connected look up and unconnected look up?..

Answer / ande

Connected LookUp returns multiple values to other
Transformation whereas unconnected lookup return single
value, If condtion is match then connected lookup returns
user defined default values whereas unconnected lookup
returns null values, connected lookup supports dynamic as
well as static caches whereas unconnected lookup supports
static cache only
regards,
ande

Is This Answer Correct ?    52 Yes 6 No

What is difference between a connected look up and unconnected look up?..

Answer / prasuna

1) A connected Lookup transformation receives input values
directly from another transformation in the pipeline.

An unconnected Lookup transformation receives input values
from the result of a :LKP expression in another
transformation. You can call the Lookup transformation more
than once in a mapping.

2)IN connected The Integration Service passes return values
from the query to the next transformation.

In Unconnected The Integration Service returns one value
into the return port of the Lookup transformation.

3)Connected uses Dynamic or Static Cache,whereas
Unconnected use a static cache

Is This Answer Correct ?    11 Yes 1 No

What is difference between a connected look up and unconnected look up?..

Answer / suresh

1.conneted T/r takes multiple inputs and gives multiple
outputs
where as unconnected t/r takes multiple inputs but gives
single output

2. in connected lookup input, output, lookup ports are
available
where as in unconnected look up having input,output,lookup
as well as return port

3. connected t/r used dynamic and static cache
where as unconnected t/r uses only dynamic cache

Is This Answer Correct ?    19 Yes 13 No

What is difference between a connected look up and unconnected look up?..

Answer / parveen kumar

The imp. diff b/w connected and unconnected lookup is regarding to their performance. Suppose if a lookup condition is true only for one thousand rows out of 1M rows. Then we must use unconnected lookup in such cases by calling the lookup only in else condition i.e. we can write in EXP that if ID(suppose this is I/N port)is null, then -1 else :LKP.(lookup transformation name). So in this case, it'd hit the DB only 1000 times. But if we use connected lookup, it'd hit the DB 1M times no matter whether the condition is true or not.

Is This Answer Correct ?    4 Yes 0 No

What is difference between a connected look up and unconnected look up?..

Answer / rameshk

which t/r see a part of mapping is called connected
which is not part of mapping is called unconnected
the main diffrence between connected and unconnected lookup is the connected lookup connect eithere source or target but unnconnecte either nd nor connect to source or target.

Is This Answer Correct ?    3 Yes 0 No

What is difference between a connected look up and unconnected look up?..

Answer / mln

connected look up is not reusable and only one output port
are return port will be there at a time and this is more
faster than connected.

Is This Answer Correct ?    4 Yes 44 No

Post New Answer

More Informatica Interview Questions

Is there any way to read the ms excel datas directly into informatica?

0 Answers  


Difference between STOP & ABORT in Informatica.

3 Answers   Accenture, Wells Fargo,


My Source qualifier has empno, sal. Now my mapping is like SQ(EMPNO)->AGGR->EXP->TARGET SAL ------------>TARGET ? means only one source qualifier has 2 columns like empno, sal. connected to same target as shown in above mapping.Is this mapping valid or any issues are there if we design like this?

2 Answers   Span Systems,


My i/p is 1,2,3,4,5,6,7,8,9,10……….. o/p to be populate in two tables as below. o/p1: 10,20,30,40,50,60,70,80,90……. o/p2: 11,21,31,41,51,61,71,881,91…….

7 Answers   Accenture,


To provide support for Mainframes source data,which files r used as a COBOL files

1 Answers  






What are the databases that informatica can connect to windows?

0 Answers  


How is Source Side push down optimization different to just providing a SQL override in Source qualifier transformation.

0 Answers  


in realtime which situations u can use unconnected lookup transformation

2 Answers   Patni,


What are the mapings that we use for slowly changing dimension table?

2 Answers  


3. Suppose Seq Gen is supplying a increamental value to a column of a table, suppose, table's column value reaches to maximum value, then what will happen, will the session fail? If it is the situation, then what should be done so that we can stop this kind of situation in advance?

7 Answers   Accenture,


How to eliminate duplicate records in informatica mapping? Explain with an example....

1 Answers   Cap Gemini,


Difference between Target-based loading and constraint-based loading?

0 Answers  


Categories