1.why we need to use unconnected transformation?
2.where we can static chach,dynamic chach

Answers were Sorted based on User's Feedback



1.why we need to use unconnected transformation? 2.where we can static chach,dynamic chach..

Answer / rahul

In Lookup transformation;
Unconencted is used when ever u want to call the same
transformation several times and u have one return port.

Use dynamic cache if u want to update the case while
updating the target table itself and static is untouched
with the cache.

Is This Answer Correct ?    6 Yes 1 No

1.why we need to use unconnected transformation? 2.where we can static chach,dynamic chach..

Answer / sreenu

Unconnected lkp is used for the performance preps bcz hear
we can return only one port and also it is not participated
in mapping directly in ulkp we can use only static cache.

Static cache: static cache is used in unconnected lkp, once
the data is cached it won’t modified.
Dynamic cache: in connected lkp we can use dynamic lkp. By
the use of dynamic lkp we can capture the changed
data.becage dynamic cache is automatically update the
cached data

Is This Answer Correct ?    4 Yes 0 No

1.why we need to use unconnected transformation? 2.where we can static chach,dynamic chach..

Answer / satyam

We use an unconnected transformation when we need one
return column from each row and it receives values from:
LKP expression from another transformation.

Is This Answer Correct ?    1 Yes 0 No

1.why we need to use unconnected transformation? 2.where we can static chach,dynamic chach..

Answer / tanay

1.We use unconnected transformation to use multiple number
of tables or views without physically taking the entity
into mapping.This kind of transformation is also helpful
when single return port is required.

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More Informatica Interview Questions

where does the default group roew in a router is stored what is the default size of memory in router

1 Answers  


I am having a table with columns ID NAME 1 x and the requirement is to get the o/p like this 1 y ID Count(*) 1 z 1 3 2 a 2 2 2 b 3 c so write a sql query to get the id n how many times its count of repetition n there u shouldn't get the distinct(i.e id-3) Reply as early as possible

3 Answers   IBM,


what is lookupoverriding?

1 Answers  


Any one can tell me how to explain puss-down optimization ? explain me with example plz?

1 Answers  


What is update strategy transform?

0 Answers  






 Code page compatibly –Where all changes are made to handle the scenario.

1 Answers   DELL,


What is parameter file?

2 Answers  


what is shortcut in informatica? difference between shortcut,reusable object?

2 Answers   Virtusa,


my table contain duplicate Records i wanna load uniq records to my table . i have to pass the uniq records through filter t/r how?

3 Answers   ACS,


Scenario:-  Below is the requirement. Source:-  NAME          ID                    Requirement  RAVI            1                      (no need to repeat as it ID is 1) KUMAR        3                     (repeat 3 times as it ID is 3) John             4                     (repeat 4 times as it ID is 4) Required Out Put:- Name                   ID RAVI                     1                    KUMAR                3      KUMAR                3 KUMAR                3  John                     4 John                     4 John                     4 John                     4 Scenario 2:- Source Data  ID              NAME 1,2            NETEZZA,ORACLE 3,4,5         SQL Server, DB2, Teradata Required Output:-  ID                   NAME 1                  NETEZZA 1                  ORACLE 3                  SQL Server 3                  DB2 3                  Teradata

1 Answers   Cognizant,


Partition, what happens if the specified key range is shorter and longer

0 Answers   Cap Gemini,


how to obtain performance data for individual transformations.

2 Answers  


Categories