my sourse is like id name sal--1 aa 1000 ,2 bb 2000, 3 cc 3000
4 dd 4000, 5 ee 6000 , 6 ff 7000 and so on but myrequirement
is like this id name sal up_sal,1 aa 1000 null,2 bb 2000
1000, 3 cc 3000 2000
4 dd 4000 3000, 5 ee 5000 4000 , 6 ff 6000 50000 and so on
so how can i get it plez reply for this as soon as possible
, thanks in advanced
Answer Posted / moorthy, g
Hi
In the variable port you have add
pre_sal = v_SAL
v_sal=SAL
SAL = SAL
o_update_sal = pre_SAL
Best Regards,
Moorthy. G
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain joiner transformation in informatica
Explain the mapping variable usage example in informatica
What is the different lookup cache(s)?
How to load the data from a flat file into the target where the source flat file name changes daily?
Can some one explain me about Telecommunications(wireless) project in Informatica? Thanks in advance
How to load last n records of file into target table - informatica
have u done any performance tuning? how u ll do?
How to extract the informatica rejected data?
What is informatica powercenter repository?
can we override a native sql query within informatica? Where do we do it?
Hi, There is a session in my workflow which is running for a long time, atlast we found the cause is the missing index. My session is running via a stored procedure. Can I create an Index on the table which the stored procedure is using while my session is running? Please suggest. My Informatica version is PC 8.0.6 My Oracle APPS is 11.5.3. Thanks,
What are session parameters ? How do you set them?
What all join we can perform in LOOKUP transformation?
can anyone explain me about retail domain project in informatica?
Suppose we configure sorter transformations in the master and detail pipelines with the following sorted ports in order: item_no, item_name, price. When we configure the join condition, what are the guidelines we need to follow to maintain the sort order?