Where do you create/define mapping parameter and mapping variable?
Answer / rajesh kumar
We can create mapping parameters and variables in mapping designer/mapplet designer.
We can define the value within the transformation
| Is This Answer Correct ? | 0 Yes | 0 No |
How the informatica server increases the session performance through partitioning the source?
What is power center repository?
Explain joiner transformation in informatica
what is the dashbords?
Consider a Phone Log table as below. It records all phone numbers that we dial in a given day. SOURCE_PHONE_NUMBER DESTINATION_PHONE_NUMBER CALL_START_DATETIME 1234 4567 01/07/2011 10:00 1234 2345 01/07/2011 11:00 1234 3456 01/07/2011 12:00 1234 3456 01/07/2011 13:00 1234 4567 01/07/2011 15:00 1222 7890 01/07/2011 10:00 1222 7680 01/07/2011 12:00 1222 2345 01/07/2011 13:00 Please provide an SQL query to display the source_phone_number and a flag where the flag needs to be set to Y if first called number and last called number are the same and N if the first called number and last called number are different. Desired Output: Source Number Is_Match 1222 N 1234 Y
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. what is the procedure and whar t/r's are involved and what is the mapping flow
Describe the scenarios where we go for joiner transformation instead of source qualifier transformation?
can any one explain me what i have to tell about insurance project in interview,,,,when he asked to tell about ur project
How to extract sap data using informatica? What is abap? What are idocs?
What is different between informatica version 8 and 9 version
I am having a table with columns ID NAME 1 x and the requirement is to get the o/p like this 1 y ID Count(*) 1 z 1 3 2 a 2 2 2 b 3 c so write a sql query to get the id n how many times its count of repetition n there u shouldn't get the distinct(i.e id-3) Reply as early as possible
What is aggregate awareness?