my source having 10 records but how can i load 20 records in
target, i am not bother about duplicates?

Answers were Sorted based on User's Feedback



my source having 10 records but how can i load 20 records in target, i am not bother about duplica..

Answer / rajesh

Take the source into expression and map it to instances of
target.

Is This Answer Correct ?    12 Yes 0 No

my source having 10 records but how can i load 20 records in target, i am not bother about duplica..

Answer / naga

Just run the session twice , Setting Session update
properties as Insert and remove distict option/Unique key
constraints in Target

Is This Answer Correct ?    13 Yes 4 No

my source having 10 records but how can i load 20 records in target, i am not bother about duplica..

Answer / vidyasagar

just use the below query in SQ override:)

select * from table

union all

select * from table

Regards:
Vidyasagar

Is This Answer Correct ?    9 Yes 0 No

my source having 10 records but how can i load 20 records in target, i am not bother about duplica..

Answer / ram

sq---router(2 conditions which should be satisfied)---and passed to target.
will do the work

Is This Answer Correct ?    7 Yes 1 No

my source having 10 records but how can i load 20 records in target, i am not bother about duplica..

Answer / sujana

use union transformation..connect source to multiple grps of union transformation..

Is This Answer Correct ?    5 Yes 0 No

my source having 10 records but how can i load 20 records in target, i am not bother about duplica..

Answer / abhishek

Through normalizer it is possible just give all feild's
occurance as 2 time and link it from source. It will work.

Is This Answer Correct ?    3 Yes 0 No

my source having 10 records but how can i load 20 records in target, i am not bother about duplica..

Answer / jay

Very Simple method

QRC-----> TRGT
|
----> TRGT

Have two instance of target and
connect source to both target instances.

Is This Answer Correct ?    2 Yes 0 No

my source having 10 records but how can i load 20 records in target, i am not bother about duplica..

Answer / subhransu panda

Through session partition we can achieve this.
Create 2 parallel pipeline and don't override the partitions in mapping properties.

Is This Answer Correct ?    0 Yes 0 No

my source having 10 records but how can i load 20 records in target, i am not bother about duplica..

Answer / kamleshmishra291

After SQ use Java transformation

SQ--Java transformation

for(int i=0;i<2;i++)
{
output_port=input_port;
generateRow();
}

Is This Answer Correct ?    0 Yes 0 No

my source having 10 records but how can i load 20 records in target, i am not bother about duplica..

Answer / soujanya

create an instance of target

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Informatica Interview Questions

Hello , I am unable to work with SQL transformation at least. Where do i need to give connection for sql transformaton ? At session level there is no property . I have created a SQL Transformation and chosen query mode. But do i need to pass connection information to it ? I don't know where do i need to write a query ? I have written a query in file and that file path i gave in the properties of SQL Transformation. But it is not working. Could any one of you please let know how can i work with SQL Transformation? Advance Thanks.

0 Answers   IBM,


What are the data movement modes in informatcia?

3 Answers  


what are the Methods For Creating Reusable Transformations?

0 Answers   Informatica,


what are the transformations that restricts the partitioning of sessions?

1 Answers  


How many number of sessions can one group in batches?

0 Answers  






Source Qualifier is an active t/r but there is no change of row count then y should we called it active t/r & Router , sorter some times no change in row count then Y we called its active t/r?

2 Answers  


difference between informatica 8.1.1 and 8.6? And different betweeninformatica 7x and 8x?

1 Answers   HTC, TCS,


What are the databases that informatica can connect to windows?

0 Answers  


How will restrict values in 0-9 and A-Z and a-z and special character.Only allowed these chars otherwise we will reject the records? what is the function we used to restrict...

3 Answers   Cap Gemini,


Explain sessions and how many types of sessions are there?

0 Answers  


I HAVE A SOURCE FILE CONTAINING 1|A,1|B,1|C,1|D,2|A,2|B,3|A,3|B AND IN TARGET I SHOULD GET LIKE 1|A+B+C+D 2|A+B 3|A+B WHICH TRANSFORMATION I SHOULD USE

5 Answers   Informatica,


what is a junk dimension ?

14 Answers   Atos Origin, Cognizant, HS, NIIT, TCS,


Categories