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 |
what are the types of facts with Examples?
my source has 2 columns. 1st column data: ABC ABC ABC XYZ and 2nd column data: 1 2 3 4. And my target should be ABC 1 2 3, XYZ 4
Hi i am new to Informatica. I have few question's in Informatica. Can any one respond, it will be appricaited. Q.Is Flat File Contains the Dynamic Cache?
What is informatica? What exactly are the practical uses in real world
how many tasks are there in informatica ?
15 Answers DELL, iGate, TCS,
What r the type of indexes u generally used in informatica?
surrogate keys usage in Oracle and Informatica?
5 Answers ITC Infotech, Oracle,
how lookup is acting as both active and passive ? how is it possitble?
which transformation should we use to get the 5th rank member from a table in informatica?can we achieve this in sql?
What is sql query override? When did u use sql query override?
what r the propertes of workflow? and write quary to select dept more ten employess in dept.?
What do you mean incremental aggregation?