How informatica recognizes mapping?
Answers were Sorted based on User's Feedback
Answer / srinivas
Ya. bt all are organized by Integration service .
Power center talks to Integration Service and Integration
service talk to session . session has mapping Structure .
these are flow of Excution .
| Is This Answer Correct ? | 10 Yes | 0 No |
How to create a mapping ? id date 101 2/4/2008 101 4/4/2008 102 6/4/2008 102 4/4/2008 103 4/4/2008 104 8/4/2008 O/P - shud have only one id with the min(date) How to create a mapping for this
If informatica has its scheduler why using third party scheduler?
What is version control in informatica ? Advance thanks
how tokens will generate?
what is the necessity to use update strategy?(except for updates)
Hi, I am planning to take Infa Certification exam but am unable to find its dumps anywhere on web. If anybody has it, plz share them with me. jkinfo22@gmail.com Thanks in advance
What is different between informatica version 8 and 9 version
Can anyone guide me the steps to install informatica PC 8.5.1 with database as oracle
How to read data from flat file source if the data is in paragraph format?
What is incremental aggregation?
I have 2 Sources,If 1st one Read sucessfully,Then only it has to move to read 2nd source.How can i do in INFORMATICA.
write sql query following table amount year quarter 1000 2003 first 2000 2003 second 3000 2003 third 4000 2003 fourth 5000 2004 first 6000 2004 second 7000 2004 third 8000 2004 fourth i want the output year q1_amount q2_amount q3_amount q4_amount 2003 1000 2000 3000 4000 2004 5000 6000 7000 8000 can anybady help me to achieve the aboue result by using informatica. thanks in advance.