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

What is flashback table ? Advance thanks

0 Answers   Puma,


why we r using presql&postsql in source qualifier?

1 Answers   HP,


why do we go for update strategy tr in SCD rather using the session properties?

3 Answers   IBM,


SOURCE DATA IS DISPLAY IN THIS FORMATE IN TARGET . WHAT BUSINESS LOGIC WE CAN APPLY. source table target table ------------ ------------ c1 c2 c3 c1 c2 c3 -- -- -- -- -- -- 1 A J 1 2 B K 2 A 3 C L 3 B J 4 D M 4 C K 5 E N 5 E L F M N

0 Answers   Infotech,


How do you handle decimal places while importing a flatfile into informatica?

1 Answers  






why we use datawarehouse

0 Answers   HCL,


what is diff between grep and find

3 Answers   IBM, iFlex,


Router T/R is active but some people are saying it is also passive which is exactly right?

5 Answers  


How can we integrate different flat file data in a single mapping and with in a single execution

1 Answers  


Mapplets can you use an active transformation in a mapplet,

1 Answers  


Which development components of informatica have the highest usage?

0 Answers  


how can u approach u r client

2 Answers   CTS,


Categories