How to Join Tables my Source is having 15 table target is
one?
Answer Posted / 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 |
Post New Answer View All Answers
How do you load only null records into target?
Can we create a node as a gateway node and the same node can be assigned to a grid?
What happens to map if we alter the datatypes between source and its corresponding source qualifier?
What are the types of schemas we have in data warehouse.
What is an expression transformation?
difference between repository database and repository service?
Hi, In source I have records like this No name address 10 manoj mum 10 manoj dilhi 20 kumar usa 20 kumar Tokyo I want records in target like shown below No name addr1 addr2 10 manoj mum dilhi 20 kumar usa Tokyo If it is reverse we can do this by using Normalizer transformation by setting occurance as 2. Somebody will say use denoralization technique. But as of my knowledge I couldn’t find any denormalization technique. Is there any concept like that? I tryid this seriously but I could find any idea to implement this. Can any one please help me ? Advance Thanks
If informatica has its scheduler why using third party scheduler?
What is a sequence generator transformation?
How to start a workflow using pmcmd command?
How to generate sequence numbers without using the sequence generator transformation?
What is powercenter on grid?
write sql query vertical to horiozontal following table id name 1 100 2 dinesh 3 india 1 101 2 suresh 3 india 1 103 2 prakesh 3 usa i want output like id name country 100 dinesh india 101 suresh india 103 prakesh usa
Explain about Informatica server process that how it works relates to mapping variables?
What is informatica worklet?