How to Join Tables my Source is having 15 table target is
one?
Answers were Sorted based on User's Feedback
First of all which type of sources yiu are using.
1)If all source types are same type of databases you can go
for joiner or SQ
2)If sources are diff types of databases u should go for joiner.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / moorthy g (ibm)
If your source is Flat file and Same Strcture then you can
go for indirect file type.
If source is relation file the you can use Source
Qualifier - Sql override or join condtion.
or Joiner Transformation(n-1)
=====
We Can join those tables in DB level.
(For Performance Tuning)
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / balu024
if you have same meta data in all 15 tables, then you can join
those tables by using union transformation
| Is This Answer Correct ? | 2 Yes | 2 No |
which transformation should we use to get the 5th rank member from a table in informatica?can we achieve this in sql?
How can i send first half of the records to one target and Remaining to other target?
Performance wise which is better joiner or look up ? Give me with example?
How do you update the records with or without using update strategy?
how you will maintain version?
What are Dimensional table?
What is the difference between the system variables $$$SessStartTime and SESSSTARTTIME?
how can we find the bottle neck in SQL Query in SOURCE QUALIFIER, and how can we tune it..?
Can we run session without using workflows?
Explain is there any way to read the ms excel datas directly into informatica? Like is there any possibilities to take excel file as target?
what are the deliverables?in your project?
What is the function of union transformation?