how can we update without using update transformation.
wt is push down operation in informatica.
which lookup gives more tuning performance. if so why.
Answer Posted / sambasivarao.m
By using Update override option in Target table we can
update the table
| Is This Answer Correct ? | 3 Yes | 9 No |
Post New Answer View All Answers
How to do unit testing in informatica?
What is parallel processing in informatica?
Explain the difference between a data warehouse and a data mart?
How do you promote a non-reusable transformation to reusable transformation?
What is workflow? What are the components of the workflow manager?
What is a connected transformation?
What is the meaning of decode in informatica?
How does the aggregator transformation handle null values?
What is meant by query override?
have u done any performance tuning? how u ll do?
Describe the impact of several join conditions and join order in a joiner transformation?
Can we use the mapping parameter or variables developed in one mapping into any other reusable transformation?
without table how to come first record only in oracle?
What do you mean by blocking transformation?
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