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 go to the older version for a mapping?
Parameter and variable differences
How do you manage the Parameter files while migrating your data from one environment to another environment?
What do think which one is the better joiner or look up?
What are junk dimensions?
How to do unit testing in informatica?
Have you worked with/created Parameter file
What is union transformation in informatica?
What is the difference between stop and abort in informatica
Why do we need informatica?
What is aggregate cache in aggregator transformation?
How you prepared reports for OLAP?
Write the program through which the records can be updated?
Suppose we configure sorter transformations in the master and detail pipelines with the following sorted ports in order: item_no, item_name, price. When we configure the join condition, what are the guidelines we need to follow to maintain the sort order?
What is the function of union transformation?