How can repository reports be accessed without sql or other transformations?
No Answer is Posted For this Question
Be the First to Post Answer
I have one source table and three target tables. When the session runs for the first time involving the mapping,i want that the loading should take place in 1st Target table only. The 2nd time the same session runs the loading should take place in 2nd Target only only and similarly when the session runs for the 3rd time loading should take place in Third only. And again when the session runs for the 4th time loading should take place in 1st Target table.
How to use pmcmd utility command?
i have source data like id name sal 1 a 65020 2 b 78250 3 c 58264 but how to get target like this id name sal 1 a Sixty five thousand twenty 2 b Seventy thousand two fify 3 c Fifty eight thousand two sixty four
What is the procedure for creating independent data marts from informatica 7.1?
How your source files are coming to your ETL server. Actually at which stage of your mapping it is happen.
I am using Informatica 7.1.1. and i used emails task for getting emails but not able to get emails is there any settings in Informatica installation level?
How to display First letter of Names in Caps?
what are the limitations of pushdown optimization technique ? Advance thanks
what is the -ve test case in your project.
Explain about Recovering sessions?
why we use source qualifier transformation?
i have source like this ID 1 2 3 4 sal 1000 2000 3000 4000 and how to load target like this o_sal 1000 3000 6000 10000 can you plz give a sol using informatica