whatis the default data driven operation in informatica
Answers were Sorted based on User's Feedback
Answer / umarao
This is defauly option for update strategy transformation.
The intigrationservice follows instructions coded in update
stategy within session mapping detarmine how to flag
records for insert,delete,update,reject.if you do not
datadriven option setting,the integration service ignores
update strategy transformations in the mapping.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a filter transformation?
what is Partitioning ? where we can use Partition?
how do u use sequence created in oracle in informatica? Explain with an simple example
How can one know that a table has indexes and is partitioned? How data will be pulled from Partitions in Oracle for Informatica?
what happens when a batch fails?
what is target load plan
If session fails after loading 10000 records in the target,how can we load 10001 th record when we run the session in the nexttime?
How did you handle performance issues If you have data coming in from multiple sources, just walk thru the process of loading it into the target
Explain reference cursor?
How do you do error handling in Informatica?
write a query row to column follwing source? quarter sales q1 5000 q1 9000 q1 7000 q1 6000 q2 5000 q2 4000 q2 3000 q2 1000 q3 4000 q3 3000 q3 1000 q3 2000 q4 5000 q4 400 i want the output? q1 q2 q3 q4 sales
3 Answers Cognizant, Flextronics,
How to extract original records at one target & Duplicate records at one target? {with out using EXPRESION transformation and sequence generator transformation?}<-this is important