AT the max how many transformations and mapplets can we use
in a mapping ?
Answer / j.david sukeerthi kumar
No restrictions on the numbers, we can use as many se we can.
| Is This Answer Correct ? | 23 Yes | 0 No |
Session Recovery. 1000 rows in the source of which 500 passed through and then I killed the session. Can you perform a recovery and how
SOURCE NAME SAL GANGA 30000 RAJU 20000 PAVAN 25000 TARGET NAME SAL MAXSAL GANGA 30000 30000 RAJU 20000 30000 PAVAN 25000 30000 in mapping level how to achive that
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
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
What is status code?
Can you please mail me a copy of Informatica Certification Exam dumps to r_balakrishna@yahoo.com
What is the difference between Connected and UnConnected Lookup Transformation.Give me one or two examples please?
tell me 7.x and 8.x diferrencess(but not transformations)
Hi gurus can any one tell me with a flow how to implement SCD Type 1 and SCD Type 2 in a single mapping.For some fields SCD type has to be implemented and for some fields scd type has to be implementd..Thank in advance....
How can you differentiate between powercenter and power map?
Explain about cumulative Sum or moving sum?
How is Source Side push down optimization different to just providing a SQL override in Source qualifier transformation.