Issue with Update override at Target table in Informatica.
Answers were Sorted based on User's Feedback
Answer / santosh kumar sarangi
:TU means data coming as input to target.
Just use the query in pre or post sql in target or session.
Let me know if any thing wrong.
Thanks & regards
Santosh kumar Sarangi
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / 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 |
In which scenario did you used pushdown optimization?
When do you use mapping parameters? (In which transformations)
Types of error logs in Informatica?
What is up date strategy and what are the options for update strategy?
What is a standalone command task?
How can you change from reusable session into non-reusable session.
Explain factlessfact table with scenario
tell me 7.x and 8.x diferrencess(but not transformations)
A session S_MAP1 is in Repository A. While running the session error message has displayed
Filter condition at workflow level & filter condition at mapping level . Which will get preference or which will work.
How do you use reject loader.
in static and dynamic which one is better