i have a source table and 3 target table.
when session runs first time-1st tgt
second time-2nd tgt
third time-3rd tgt
fourth time-again 1st target. so no

Answer Posted / ganesh kamble

We can clearly understand that we need a Router transformation to route or filter source data to the three target tables. Now the question is what will be the filter conditions.

First of all we need an Expression Transformation where we have all the source table columns and along with that we have another i/o port say seq_num, which gets sequence numbers for each source row from the port NEXTVAL of a Sequence Generator start value 0 and increment by 1.

Now the filter condition for the three router groups will be:
MOD(SEQ_NUM,3)=1 connected to 1st target table MOD(SEQ_NUM,3)=2 connected to 2nd target table MOD(SEQ_NUM,3)=0 connected to 3rd target table

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to configure mapping in informatica?

674


where to store informatica rejected data? How to extract the informatica rejected data?

598


Can some one explain me about Telecommunications(wireless) project in Informatica? Thanks in advance

1554


Does an informatica transformation support only aggregate expressions?

606


What is the meaning of up gradation of repository?

1387






What is meant by lookup transformation?

609


explain abt ur project architecture?

1760


What is an aggregator transformation?

615


Why filter transformation is an active one?

562


Explain sessions?

603


Explain where to store informatica rejected data? How to extract the informatica rejected data?

575


How to differentiate between the active and passive transformations?

622


Explain the code page compatibility?

639


What's the layout of parameter file (what does a parameter file contain?)?

1914


What is meant by query override?

632