How to run a session, which contains mapplet?
Answer / isha
Like you run normal session. Mapplet acts as just another transformation in your mapping.
| Is This Answer Correct ? | 0 Yes | 0 No |
How many ways are there to do 'remove duplicate records in informatica'?
What are your source in project and how you import in informatica? How can i explain abt this?
1 Answers Accenture, Unisoft Infotech,
why we use materialized view over view?
How to load the name of the current processing flat file along with the data into the target using informatica mapping?
In what scenario we use to improve session performance by pushdown optimization?can any one give example?
What is option by which we can run all the sessions in a batch simultaneously?
What is an MDDB? What is the difference between MDDBs and RDBMSs?
there is a mapping with expression and mapping we create some condition for insert and update and followed by update startegy ,can we update and insert on a single target based on condition?
Hi,tell me the system testing and Integration Testing in the Informatica ? Thank You
how to get the only updated records in the target
Write the advantages of partitioning a session?
I have table with ID,PRD_DT,PRD_FLAG,CUST_DT,CUST_FLAG I need to get max date and its corresponding flag for both the date columns. Ex:- 1A,10/3/2015,AC,10/3/2015,XY 1A,10/4/2015,AB,10/2/2015,XZ Output needed 1A,10/4/2015,10/3/2015,XY I have 100 million + in the table so avoid self-join...