Explain the mapping variable usage example in informatica
No Answer is Posted For this Question
Be the First to Post Answer
In which conditions we can not use joiner transformation (Limitaions of joiner transformation) ?
Can we use procedural logic inside infromatica? If yes how, if now how can we use external procedural logic in informatica?
Can we use unconnected lookup as dynamic lookup?
5 Answers ITC Infotech, TCS, Wipro,
i have two sources both is oracle database . one is coming from USA database and another one is coming from U.k database .i am using source qualifier transformation to join this.as that time in session level source properties which path i need to give to retrieve that data. thanks bala 09619894486
I want load the data into target with out 1st and last record.
have u done any performance tuning? how u ll do?
What are the Differences between static cache and dynamic cache?
I still need further explanation about the difference between active and passive transformation with some examples.Thank You
What is deployemnt groups, Lables, query and dynamic deployment group.
i have f;latfile source. i have two targets t1,t2. i want to load the odd no.of records into t1 and even no.of recordds into t2.
i had a source containing business,sales,details column and i have to load it to a target but i have some bad records in it , but i have to load 70% of business records and 50% of sales and 95% of details records excluding bad records to achieve this what should be done and what all logic and tx should be used can anyone help? thanks in advance
Hello, I have the below table: CityID CityName CostOfLiving 1 Mumbai 5000 1 Bangalore 4500 1 Chennai 4800 2 Vapi 6000 3 New Delhi 8000 I am passing the rows of the above table through the aggregator transformation in Informatica What happens in the following conditions: 1) I specify no group-by ports? 2) I specify a group-by on CityID without making any separate post for aggregation? Which city and costofliving will this eventually take for CityID=1? 3) Rest being same as point 2,I take the sum of cost of living.Which city will be returned for ID=1? Thanks for your help!