What is update override?
Answer / abhinav
Update Override is an option in Informatica at the session
level. In this, you can manually enter the SQL query to be
used. This query will be issued to the Database when the
session is run, overriding the SQL query generated by that
particular transformation at the mapping level.
| Is This Answer Correct ? | 9 Yes | 0 No |
i have two coloumn emp_no sal 1 3000 2 3000 3 3000 4 4000 5 5000 6 2700 7 4500 i just need output by removing duplicate.my answer should be emp_no sal 1 3000 2 4000 3 5000 and so on.please tel me the transformation to use and if variable is used in expression then how can i give variable expression
what is target load plan
in my lookup table i want to catch the recently updated records from the source to target,how to achieve this and what is last commit interval point for this?
Which are the different editions of informatica powercenter that are available?
How can i maintain unique surrogate key if 2 seperate workflows from different repository run and insert/update the main table at the same time.
What is critical mapping?
explain one complex mapping with logic? sales project?
0 Answers Accenture, JPMorgan Chase,
I want skip first 5 rows to load in to target? what will be the logic at session level ??
what are types of dimentions?
How you can differentiate between connected lookup and unconnected lookup?
What is the main difference between a Joiner Transformation and Union Transformation?
Hi, I am new to Informatica, What is a flat file and how to use flat file in infomratica please help me.