Hi please try to reply with answer. my mail id is
raghu.1028@gmail.com.
if the source is having millions of records, but having
theree target tables. As per user the first record need to
insert into first target and second record in to a second
target and third into third target, similarly the process
needs to repeat?
Answer Posted / jitendra
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 is 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 ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is etl process?
How to fine tune mappings?
Identifying the bottlenecks in various components of Informatica and resolving them.
What is etl process? How many steps etl contains?
how to do aggregation (year wise quantity ) using only source qualifier, the source is sql server date as datetime data type and target as flat file with year (string datatype)
When do we go for the tools in the market?
can u anyone plz share some etl testing interview question . and share the sql queries and unix . plz help me to clear in the etl testing interview by sharing ur knowledge
What are materialized views & where do we use them?
5. How many repositories can we create in Informatica? 6. What is surrogate key? 7. What is difference between Mapplet and reusable transformation? 8. What is aggregate awareness? 9. Explain reference cursor? 10. What are parallel querys and query hints? 11. DWH architecture? 12. What are cursors? 13. Advantages of de normalized data? 14. What is operational data source (ODS)? 15. What is meta data and system catalog? 16. What is factless fact schema? 17. What is confirmed dimension? 18. What is the capacity of power cube? 19. Difference between PowerPlay transformer and power play reports? 20. What is IQD file? 21. What is Cognos script editor? 22. What is difference macros and prompts? 23. What is power play plug in? 24. Which kind of index is preferred in DWH? 25. What is hash partition? 26. What is DTM session? 27. How can you define a transformation? What are different types of transformations in Informatica? 28. What is mapplet? 29. What is query panel? 30. What is a look up function? What is default transformation for the look up function? 31. What is difference between a connected look up and unconnected look up? 32. What is staging area? 33. What is data merging, data cleansing and sampling? 34. What is up date strategy and what are th options for update strategy? 35. OLAP architecture? 36. What is subject area? 37. Why do we use DSS database for OLAP tools?
Dear All, Can anyone tell me that from where i can get Power Center 8.5 S/W for Linux and how can i install Power Center 8.5 or any 7.x series on Linux Platform. Thanks in advance
Explain etl?
How etl testing is different from database testing?
what is Forward,Reverse and Re_engineering?
hoe to access second value in mapping parameter if it is having more than one value ?????????????
What is a staging area? What is the purpose of a staging area?