What is up date strategy and what are the options for update
strategy?
Answers were Sorted based on User's Feedback
Answer / jyothi
Update strategy is used for flagging the records by using
the options insert/update/delete/reject.
Update strategy is used in two levels.
session level:at session level we have to use the options
update as insert,update as update,update else insert.
mapping level:at mapping level we have to use the options
dd-insert,dd-update,dd-reject,dd-delete.
Is This Answer Correct ? | 7 Yes | 0 No |
Answer / mkolari
We can use update strategy at two different levels
1) within a session :- When you are configuring a
session you can give instructions to treat a)all rows as
insert b)all rows as update c)data driven (use instructions
coded into the session mapping to flag rows for different
database operations.)
2) within mapping :- You can flag rows for
insert,update,delete or reject.
Don't forget to set "Treat source rows as" to Data Driven
in the session properties if you are flagging rows within
the mapping.
Is This Answer Correct ? | 2 Yes | 2 No |
What is meant by lookup transformation? Explain the types of lookup transformation?
Differentiate between joiner and lookup transformation?
what is informatica metadata?
How can u stop a batch?
What is a diff between joiner and lookup transformation
16 Answers CTS, Satyam, TCS, UHG,
The question was on time stamp. what is the difference between HH and HH24 when to use when.
From where you extract the data, how you did it into informatica? explain....
1 Answers Accenture, Unisoft Infotech,
In SCD type 2 if we had select date range. then suppose we had inserted today's date(eq. date is 30 aug 2010) then start date will be today's date(30 aug 2010) what will be the end date,we cant leave it blank?
what is mapping parameter?
How can yoU improve session performance in aggregator transformation?
What type of sorting algorithm does the Sorter Transformation use, to do its sorting Operation? 1. Bubble sort 2. Insertion sort 3. Shell sort 4. Merge sort 5. Heapsort 6. Quicksort 7. Bucket sort
I have source like this 1:2;3. so i want to load the target as 123