Describe two levels in which update strategy transformation
sets?
Answer Posted / swetha
Within a session. When you configure a session, you can
instruct the Informatica Server to either treat all records
in the same way (for example, treat all records as inserts),
or use instructions coded into the session mapping to flag
records for different database operations.
Within a mapping. Within a mapping, you use the Update
Strategy transformation to flag records
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
How to create the list file having millions of flat files while indirect loading in informatica? In indirect file loading, suppose we have less no.of flat files then we can enter files names manually in list file creation. If millions of files are there, how can we enter the flat file names in list file?
What is the reusable transformation?
Is stop and abort are same in informatica?
Why union transformation is an active transformation?
What is fact table? Explain the different kinds of facts.
Hi, I want to change date type char value integer value? I tried alter table tab_name modify (newcolumn newdatetype). But The columns have 10 million values(char type) so I want to load now numeric data. How it is possible? Old Values New Value(I want to load numeric data but the old value should be there in the column) Y 1 N 0 ERROR at line 1: ORA-01439: column to be modified must be empty to change datatype Please help on this. Thanks, GM
Define sessions in informatica etl?
What is pmcmd command?
Explain the mapping variable usage example in informatica
How many ways a relational source definition can be updated and what are they?
What are the differences between source qualifier and joiner transformation?
What is a grid in Informatica?
Explain where to store informatica rejected data? How to extract the informatica rejected data?
I have worked on Informatica 7.1.1. I want to know the answer for the below question. Target is not created initially.Then how to take the DDL script from the source and run the Mapping by creating the Target dynamically?Is it possible by SQL Transformation?
How do you load unique records into one target table and duplicate records into a different target table?