what is mapping parameter and mapping variables
Answer / padmavathi
Mapping parameter represent a constant value that can be
defined before mapping run.
Mapping Variable represents a value that can be changed
during mapping run
| Is This Answer Correct ? | 12 Yes | 0 No |
Scenario is like this: Name Sal A 10; B 20; C 30; Then Output should be Name Sal A 10; B 20; C 30; Total 60; Use SQL For this scenario
HOw can we load the normalised data ( Vertical data) to (Horizontal data)with out using decode in the expression transformation and the aggregator transformation. But, what exactly I want is .. If we have million of records,it is not possible using decode and search for that Particular Id to pivot into Horizontal data... Can any one of guys please help me in this regard.....
How might one distinguish in the case of mapping is right or not without associating session?
How will u pas the data with out debugger?
There are 4 source files which contains same metadata create target that should display the file name along with record please send answer with mapping
performance tuning of Informatica
What is target load order?
As union transformation gives UNION ALL output, how you will get the UNION output?
In Real Time what are the scenarios u faced, what r the tough situations u have overcome, and explain about sessions.
2 Answers Cap Gemini, CTS, TCS, Tech Mahindra, Wipro,
If i done any modifications for my table in back end does it reflect in informatca warehouse or maping desginer or source analyzer?
scenario where i can use only concurrent execution of workflow.
there is a product table prodid prodname price 100 cinthol 10 101 hamam 10 102 neem 20 103 cake 30 in the above table the price of some products are duplicated and some product prices are distinct we want to push the duplicated prices to one target and non-duplicated prices to other target without using expression and sequence generator transformation