Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


a soure table has 100 records how to load into 3 target
tables in a cumulative order
source target1 target2 target3
--------- -------------------------------------
1-100 1 2 3
4 5 6
- - -
98 99 100

Answers were Sorted based on User's Feedback



a soure table has 100 records how to load into 3 target tables in a cumulative order source ..

Answer / babu

Hi


Mapping:
========

Src==>SQ==>Exp==>Rtr(GRP1,GRP2,GRP3)==>T1,T2,T3
||
Seq

EXp:column1,Nexval(come from Seq Trans)

Rtr: have 3 groups
GRP1:MOD(Nextval,3)=1 ===>T1
GRP2:MOD(Nextval,3)=2 ===>T2
GRP3:MOD(Nextval,3)=0 ===>T3

Is This Answer Correct ?    23 Yes 0 No

a soure table has 100 records how to load into 3 target tables in a cumulative order source ..

Answer / babu

Hi,

mapping:
Src==>SQ==>Exp(Nextval,Src_column)==>Rtr(3 Groups)==>T1,T2,T2
||
Seq


the above dagram represents the data flow from source to targets


Seq:Sequence generator from generate the sequence
numbers(1,2,3)only Max Val=3,please enable cycle option.

Rtr:Router transformation have 3 groups,Grp1,Grp2,Grp3
Grp1=1 ==>T1
Grp2=2 ==>T2
Grp3=3 ==>T3

please let me know if any thing wrong.

Is This Answer Correct ?    16 Yes 1 No

Post New Answer

More Informatica Interview Questions

What is the procedure for creating independent data marts from informatica 7.1?

0 Answers  


What is the difference between bitmap and btree index?

2 Answers   CTS, TCS,


what is INFORMATICA TESTING process

0 Answers  


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

3 Answers   IBM,


How will you update the first four rows and insert next four rows in a mapping?

5 Answers   CTS,


Informatica and datawarehousing courses in Pune?

2 Answers  


What is data transformation manager process?

0 Answers  


can any one explain me about junk dimension

4 Answers  


By using Transformation i need top most 5 employee salary from each deptwise? Deptno 10,20,30? which transformation we need to use?

8 Answers  


Flat file heaving 1 lack records and I want to push 52000 records to the target?

7 Answers  


how many tasks are there in informatica ?

15 Answers   DELL, iGate, TCS,


Can we use parameters of parameter file in presession command

1 Answers   Wipro,


Categories