if soource is having 10 records how will u insert 20
records to target

Answers were Sorted based on User's Feedback



if soource is having 10 records how will u insert 20 records to target..

Answer / sreekanth

select * from table_name
union all
select * from table_name;

Is This Answer Correct ?    13 Yes 0 No

if soource is having 10 records how will u insert 20 records to target..

Answer / james

Take two target instances in the mappings
This will load 20 records in the target

Is This Answer Correct ?    2 Yes 0 No

if soource is having 10 records how will u insert 20 records to target..

Answer / priyank

Take 2 instances of source and join them unsin UNION
transformation(provided the target structure is same as the
source structure).

SQ1 --> UNION --> EXP --> Target
SQ2

Is This Answer Correct ?    2 Yes 0 No

if soource is having 10 records how will u insert 20 records to target..

Answer / prabu

hi sanjay,
me too think the same way to thought.. are u sure this is
the right way to do.

Is This Answer Correct ?    1 Yes 1 No

if soource is having 10 records how will u insert 20 records to target..

Answer / saravana

we can user Normalizer transformation, to convert a row into double row and then load it into target

Is This Answer Correct ?    0 Yes 0 No

if soource is having 10 records how will u insert 20 records to target..

Answer / sanjay

keep the "Truncate Target Table Option" uncheck in the
session and run the workflow two times..
You can get the 20 records..

Is This Answer Correct ?    4 Yes 7 No

Post New Answer

More Informatica Interview Questions

scd methodology?

2 Answers  


How to convert multiple rows to single row (multiple columns) in informatica

0 Answers   Informatica,


my source is like this id,name sal 10 abc 1000,10 pqr 2000, 10 xyz 3000 ,10 jkl 4000 and my requirement is like this 10 abc,pqr,xyz,jkl 2000 .... i have try for this by using expression transformatin its ok of the concatenation of second column but the thing is that on third column if u group by using agg t/r the last value will com i.e 4000 but i asked by a interviewer that i dont want the first or last column i want the middle column i.e 2000 .plz reply for the same

2 Answers   KPIT,


How to join a Flat and Relational Source without using (Joiner, Update and Lookup ) transformations... is it possible? if yes i would like to know how?

10 Answers   Wipro,


following scenario i have 1000 record flatfile source i want ist row to ist target 2nd eow to 2nd target 3rd row to 3rd target how will u do?

7 Answers   Polaris,






What is an expression transformation in informatica?

0 Answers  


How i can upload the MainFrame source For Informatica ?

1 Answers  


My source is this year 01/jun/2014 04/may/2015 09/mar/2017 my desired output is day month ye 01 jun 2014 04 may 2015 09 mar 2017 how do i acheive this

2 Answers  


I want to run a workflow which consist of 3 sessions. But wat my question is. 1st session should run on DB1if the first session is successful then 2 session should run on db2 and 3rd session should run on DB3 envronments. i want 3 different wf logs. it shoul not override on one log?

1 Answers  


What is Test load plan? Let us assume 10 records in source, how many rows will be loaded into target?

3 Answers   Logica CMG,


how the server recognises , if the session fails after loading the 100 records in to the target

2 Answers   TCS,


What is the fact table?

0 Answers  


Categories