Issue with Update override at Target table in Informatica.
Answer Posted / mukeshb112
There is some issue with Update override.
Default query is:
UPDATE EMPTGT SET ENAME = :TU.ENAME, JOB = :TU.JOB, MGR
= :TU.MGR, HIREDATE = :TU.HIREDATE, SAL = :TU.SAL, COMM
= :TU.COMM, DEPTNO = :TU.DEPTNO WHERE EMPNO = :TU.EMPNO
and I don't want to update all columns so I delete others
My query is
UPDATE EMPTGT SET SAL = 500
WHERE EMPNO = 7900
There is primary key as Empno.
I want to know where is issue in my query.
and what does mean by " :TU " in default query.
Thanks and regards
Mukesh
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How to extract sap data using informatica?
Design a mapping to load the cumulative sum of salaries of employees into target table?
Could you explain what is enterprise data warehouse?
Can we get 1st record through Informatica(without sequence number).
What is the reusable transformation?
What are the prerequisite tasks to achieve the session partition?
What is the meaning of up gradation of repository?
Design time, run time. If you don't create parameter what will happen
What is workflow manager?
pmscmd startworkflow -sv
Explain about Informatica server process that how it works relates to mapping variables?
What is workflow? What are the components of the workflow manager?
What are the various types of transformation?
Explain load alternative records / rows into multiple targets - informatica
Can we use the mapping parameters or variables created in one mapping into any other reusable transformation?