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 |
Describe the scenarios where we go for joiner transformation instead of source qualifier transformation?
How can i maintain unique surrogate key if 2 seperate workflows from different repository run and insert/update the main table at the same time.
What is repository manager?
what is the use of Data Mart?
What is data movement mode in Informatica and difference between them?
i have ten flat files with same structure,if i want to load it to single target,and mapping needs to should show only one source.what will be the steps to taken to achieve it?/
My source contains 10 records with 5 columns.What happens if I select group by all columns in Aggregator T/R?
How do you take care of security using a repository manager
how can we check whether a particular cache is static or dynamic?
In session log thier should not be a single error how will u do
Mapplets can you use an active transformation in a mapplet,
i have n number of records in my source, i want first and last record to my target. how can u implement this scenario .