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 passive transformation?
How do you migrate data from one environment to another?
I have a flat file, in which i have two fields, emp_id, emp_name. The data is like this, emp_id,emp_name 101,soha 101,ali 101,khan 102,siva 102,shanker 102,reddy. how to merge the names so that my output is like this Emp_id Emp_name 101 Soha ali kahn 102 siva shenkar reddy please provide solution
While importing the relational source definition from the database, what are the metadata of source that will be imported?
what is flat file override?
How to create different types of slowly changing dimensions (SCD) in informatica using the mapping wizard?
If we have lookup table in workflow how do you trouble shhot to increase performance?
What are the validations that you can perform in oracle and in informatica ? Advance Thanks
How you know when to use a static cache and dynamic cache in lookup transformation?
What are the uses of a Parameter file?
How can we send the flat file data to different targets(which are also flat files) based on the name of flat file with out adding extra columns?
I have 100 records in source table, but I want to load 1, 5,10,15,20…..100 into target table. How can I do this? Explain in detailed mapping flow.