What is update strategy transform?
difference between top down(w.h inmon)and bottom up(ralph kimball)approach?
What are teh different tasks that can be created in workflow manager?
List the transformation in informatica.
What are the data movement modes in informatcia?
Could anyone please mail me a copy of Informatica Certification Exam dumps to sandeep.nakka@gmail.com it would be appreciated if any one could help me out.
My source is delimited flat file Flat file data is H|Date D1|ravi|bangalore D2|raju|pune T|4 The data will be send to target if the fallowing two conditions satisfied 1.The first row Date column is equal to SYSDATE 2.Last record second port equal to number of records. How to achieve?
Create a mapping which contains 2 target tables. When the session runs for the first time it shud load Target table 1 and when it runs for second time it shud load Target table 2.
In which scenario did u used Mapping variable?
Can anyone please help me out,In which transformations records will be rejected and how capture those records?and How to reload the rejected records?
What r the type of indexes u generally used in informatica?
what is diff between IN and EXIT commands
My sql query is 1. select 1+x from dual? 2. select 1+'x' from Dual? 3. Select x+1 from dual? what is the out put of the above queries?