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
Answer Posted / 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 View All Answers
what is informatica metadata?
Where can we find the throughput option in informatica?
What is Cognos script editor?
How to create a non-reusable instance of reusable transformations?
how to load rows into fact table in data warehouse
How an expression transformation differs from aggregator transformation?
Why update strategy and union transformations are active? Explain with examples.
Repository user profiles
How can we update a record in the target table without using update strategy?
In What Situations we can use MappingParameters ,Mapping Variables AND Session Parameters in REAL TIME.
Enlist the tasks for which source qualifier transformation is used.
if i hv 6 table as source table but can i make 12 as a dim table and 6 as fact table belongs to that src table.
tell me 5 session failure in real time how can you solve that in your project?
How to generate sequence numbers without using the sequence generator transformation?
How to partition the Session?