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==>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 |
Post New Answer View All Answers
What are connected or unconnected transformations?
What is enterprise data warehousing?
How to configure mapping in informatica?
What is a stored procedure transformation?
Explain pmcmd command usage in informatica
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.
How to use procedural logic inside infromatica? If yes how, if now how can we use external procedural logic in informatica?
What is the session task and command task?
is there any way to read the ms excel datas directly into informatica?like is there any possibilities to take excel file as target?
Which files are created during the session rums by informatics server?
how lookup transformation is made active in new versions... When to use connected and when to use unconnected lookup and why? which is good for session performance. How to make lookup persistent and how to remove stale data from that lookup. how commit works - when we stop or abort data. Explain in both cases. What is factless fact table and have you ever used it in real time scenarios.
lookup transformation with screenshots
What is joiner change?
How can we improve session performance in aggregator transformation?
what is the hint? how to use it to reduce the query processing in program?