Insert else update option in which situation we will use
Answers were Sorted based on User's Feedback
Answer / mike
as per my knowledge
when we use update strategy transformation we will come
across to use this...insert else update...
let us suppose we have two tables a and b. a is the source
table and b is the target table...let us take b which is
target table contains some matched records with 'a' which
is source table. If source table 'a' is modified and
inserted with some records,here we need to update the
records in the target table...therefore by using the insert
else update option in the session properties of target we
can insert new records and update the existing records
correct me if i was wrong
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / naveen
This option we use when we want to maintain the history.
if records are not availabe in target table then it inserts
the records in to target and records are available in
target table then it updates the records.
Regards,
Naveen
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / madhavi
if the source table contain multiple records .if the record specified in the associated port to insert into lookup cache. it does not find a record in the lookup cache when it is used find the particular record & change the data in the associated port.
| Is This Answer Correct ? | 0 Yes | 2 No |
What are the main features of Oracle 8i with context to datawarehouse?
what is mean by grouping of condition column in lookup transformation?
Can you access a repository created in previous version of Informatica?
Explain the different lookup methods used in informatica?
Enlist few areas or real-time situations where informatica is required.
While migrating the data from one environment to another environment how would you manage the connections?
what is datamart
If one flat file contains n number of records., we have to load the records in target from 51 to 100.. how to use expressions in Informatica..?
I have a scenario with router transformation. but i dont want to capture records from default group. how can we achieve this.
How could we generate the sequence of key values without using sequence generator transformation in the target ??
12 Answers TCS, Tech Mahindra,
followin source like region sales 1 100 2 200 i want the output following format region 1 2 sales 100 200
How many ways you create ports?