How do you load unique records into one target table and duplicate records into a different target table?
No Answer is Posted For this Question
Be the First to Post Answer
what are the real time problems generally come up while doing or running mapping or any transformation?
Write the advantages of partitioning a session?
i have source flat file like 1 a,1 b,1 c,2 a,2 b,2 c i want output as 1 a,b,c and 2 a,b,c ... how can achieve this
What is target update override
Which means the first record should come as last record and last record should come as first record and load into the target file?
One of the optimizing technique to improve the session performance is push down optimization,by using push down optimization we push as much as transformation logic to source/target database,but this degrades the d/b performance,how to overcome this?
What are active transformations.
3,if our source containing 1 terabyte data so while loading data into target what are the thing we keep in mind?
What are the different types of Type2 dimension maping?
My source table look like ID Name Location Salary 1 ran NULL NULL 1 NULL DELHI NULL 1 NULL NULL 1000 I want my output to look like ID Name Location Salary 1 ran Delhi 1000 What should be my approach to design a informatica mapping. Assuming my source is flat file not a Relation table so i cant use SQL.
In Lookup transformation a sql override should be done and disable the cache how do you do this procedure?
How can yoU create or import flat file definition in to the warehouse designer?