Can we insert ,update ,delete in target tables with one
update strategy tran.?
Answer Posted / manojkumar
Yes we can do all these insert,update,delete also reject by
using single update strategy.
In update strategy write the code like this
iif(somexvalue=xx,dd_insert,iif(somexvalue=yy,dd_update,iif
(somexvalue=zz,dd_delete,dd_reject)))
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
Write the unconnected lookup syntax?
What is a mapplet/worklet in informatica?
How can we remove the duplicates from flat file source?
Differentiate between Load Manager and DTM?
Can I use same Persistent cache(X.Dat) for 2 sessions running parallely? If it is not possible why?If yes How?
Write the advantages of partitioning a session?
How we can create indexes after completing the loan process?
How do you load first and last records into target table? How many ways are there to do it? Explain through mapping flows.
Different circumstance which drives informatica server to expel records?
Explain sessions?
What are the basic requirements to join two sources in a source qualifier transformation using default join?
Suppose we have two source qualifier transformations sq1 and sq2 connected to target tables tgt1 and tgt2 respectively. How do you ensure tgt2 is loaded after tgt1?
Explain what are the different types of transformation available in informatica.
How do we call shell scripts from informatica?
Write the different tools in the workflow manager?