I have a scenario which load the data frm single source to
2 targets as T1, T2, and T1 have a P.K and T2 have F.K
relations. first data has to load in T2, and then data load
to T1 if that record exist in T1... how can we acheive it?

Answers were Sorted based on User's Feedback



I have a scenario which load the data frm single source to 2 targets as T1, T2, and T1 have a P.K ..

Answer / babu

Hi raviKumar,

I think u r question has small mistake that is first data
has to load in T1 then only load T2.


By using "Constraint Based load ordering" option u can
achieve this.This option is available in 'Config object'
tab in Session Tabs

(General,Properties,Config
objects,Mapping,Components,Metadata Extensions)

Is This Answer Correct ?    8 Yes 0 No

I have a scenario which load the data frm single source to 2 targets as T1, T2, and T1 have a P.K ..

Answer / siva

We have to take the 2 source instances of the same source
say S1 and S2.

Do the mapping from S1 to T1 and then S2 to T2 by making
lookup on T1. i.e. in same mapping 2 different pipelines.

Go to Mapping Tab --> Target Load Plan

It will show the list of two Source Qulifiers.

Then set the Target Load Plan sequence as first SQ1 and then
SQ2. This will first load T1 and then load T2 by making
lookup on T1.

Is This Answer Correct ?    6 Yes 1 No

Post New Answer

More Informatica Interview Questions

What the difference is between a database, a data warehouse and a data mart?

0 Answers  


How are indexes created after completing the load process?

0 Answers  


What is rank transformation in informatica

0 Answers   Informatica,


I am hvaing SOURCE as first line: 1000,null,null,null second line as:null,2000,null,null 3rd line as :null,null,3000,null and final line as: null,null,null,4000 ............................Now i want the OUTPUT as 1000,2000,3000,4000 For more clarification i want to elimate nulls and want in a single line. Please help me out

2 Answers   IBM,


Can you start a session inside a batch individually?

2 Answers  






I've an excel sheet, in which one column contains data about the location like "City, State" and few columns contains only "State". Now I wanna load into my target City and State into two different columns. Pls help me out...

6 Answers   TCS,


Define maping and sessions?

3 Answers  


How you count the number of records available at your source?

3 Answers   Zensar,


complex mapping ur project u r invlve can u explain and give real time example give me ?

0 Answers   HGS, TCS,


Could any one to tell Fact table Partitioning?

2 Answers  


i have a table like empid ename year month sal 1 x 98 jan 500 1 x 98 feb 500 1 x 98 mar 500 1 x 99 jan 600 1 x 99 feb 600 2 y 98 jan 600 2 y 98 feb 600 2 y 98 mar 600 2 y 99 jan 700 2 y 99 jan 700 and so on i want to find out totsal for every emp on year wise plz help me

4 Answers   Magna Infotech,


Which transformation should we use to normalise the COBOL and relational sources?

0 Answers   Informatica,


Categories