What is the difference between Connected and UnConnected
Lookup Transformation.Give me one or two examples please?
Answers were Sorted based on User's Feedback
Answer / giri
Connected Unconnected
---------- -----------
1.With Pipe line Without Pipe line
2.Return Multiple Port Return Single Port
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / guest
CONNECTED T/S RECIVES MULTIPLEINPUTS AND PROVIDES MULTIPLE
OUTPUTS
SUPPORTS USERDEFINED VALUES
USE DYNAMIC CACHE
AND IF U WANT TO USE THE SAME LOOK UP MULTIPLE TIMES IN
THE MAPPING U CAN GO FOR UNCONNECTED
IT RECIEVES INPUT FROM THE RESULT OF AN EXPRESSION
TRANSFORMATION AND PROVIDES SINGLE OUTPUT
DOES NOT SUPPORT USER DEFINED VALUES
USES STATIC CACHE
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / siddi
conn lkp will return multiple values and supports default
values, Dynamic cache supports. Unconnected will return
single values and doesn't support default values.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / jaimeen shah
1) Connected lookup receives input values directly from the
pipeline whereas Unconnected lookup Receives input values
from the result of a :LKP expression
in another transformation.
2) You can use a dynamic or static cache in connected
lookup whereas in connected lookup you can use static cache
only.
3) In connected lookup, cache includes all lookup columns
used in the mapping (that is, lookup source columns
included in the lookup condition and lookup source columns
linked as output ports to other transformations) whereas in
unconnected lookup, Cache includes all lookup/output ports
in the lookup condition and the lookup/return port.
4) Connected lookup can return multiple columns from the
same row or insert into the dynamic lookup cache whereas
Unconnected lookup designate one return port (R). Returns
one column from each row.
5) In connected lookup, if there is no match for the lookup
condition, the PowerCenter Server returns the default value
for all output ports. If you configure dynamic caching, the
PowerCenter Server inserts rows into the cache or leaves it
unchanged.
In unconnected lookup, If there is no match for the lookup
condition, the PowerCenter Server returns NULL.
6) Connected lookup pass multiple output values to another
transformation. Link lookup/output ports to another
transformation.
Unconnected lookup pass one output value to another
ransformation. The ookup/output/return port passes the alue
to the ransformation calling :LKP expression.
7) Connected lookup supports default values in the port
whereas unconnected lookup doesn't support the default
values.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / pradeep
1) The connected lookup t/r connected other transformations in the pipe line and it recives input data directly from pipe line.
where as unconnected lookpup t/r not connected other t/r in the pipe line and it recive input data from the result of :LKP Expression in an other t/r,that support expressions.
2)Connected lookup support user defined functions
Unconnectd doesn't support user defined functions.
3) It returns multiple output values to other t/r
Unconnected returns single output value to other t/r.
4)Connected lookup support static and dynamic cache
Unconnected supports only static cache.
5)Connected lookup cache includes output ports in the lookup condition
Where as in unconnected lookup cache include lookup ports of lookup condition.
6)Connected lookup gives multiple output ports to other t/r.
Unconnected lookup gives single output port to other t/r.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / saradhi
Connected Transformation means which is connected source to
transforamtion and target table with mappings or links.
In Unconnected Transformation there is no connection to
transformation with source and target table.
| Is This Answer Correct ? | 0 Yes | 2 No |
in flatfile target how can u create header and footer plese give me the comands how will u write in session properties
Data is passed from one active trans and one passive trans into a passive transformation.Is the mapping valid or invalid?
select count(1) from emp? what is the o/p?
When will u go for (which means situation) Connected Lookup and Connected Lookup? Pls explain with an example?
hi,this is satheesh working as pl/sql resource in MNC.i just wanna switch to informatica.Could you please let me know what is the best way to learn informatica.what are the best coaching centres available in chennai?Is there any coaching centre will give me a real time experience? informatica
in what type of scenario bulk loading and normal loading we use?
What is the filename which you need to configure in UNIX while installing infromatica?
How can i catch the Duplicate Rows From SorterTrans in a Seperate Target Table ?
How to convert a row into column and a column into rows? Name all DTM threads. What all threads stop when we issue STOP or ABORT? How to pass the value of a data(variable kind of) from one session ( generated in mapping) to another session in the same workflow... What are the tyoes of partitioning you know and how to apply them in real time ... Can partitioning be applied to expression transformation and how
Dependecy Errors in Informatica ? Do u got any dependency problems while running session? Can any one Explain Clearly.
Which gives the more performance when compare to fixed width and delimited file ? and why?
What is Datadriven?