Define Update Override?
Answer / abhinaw prakash
When we want to Update the Target without any Primary key
but with matching columns then we ll go for Target update
override.
The Integration service outputs a Default query,we need to
make the changes according to the column we want to Update.
| Is This Answer Correct ? | 5 Yes | 0 No |
What is decode in informatica?
Major difference between SQL override and Lookup Sql override
What is an MDDB? What is the difference between MDDBs and RDBMSs?
how do u tune queries?
How do we eliminate duplicate records in a flat file without using Sorter and Aggregator?
What are different types of transformations available in informatica?
What is the use of code page?
Hi All, I've 110 records in my table but 101 records contains an error. When I run the session, I want to load the 100 records into the target. Can anyone suggest me the best solution for this... Thanks in Advance,
can we override a native sql query within informatica? Where do we do it? How do we do it?
what is the complex transformation you used in informatica
if i have records like these (source table) rowid name 10001 gdgfj 10002 dkdfh 10003 fjfgdhgjk 10001 gfhgdgh 10002 hjkdghkfh the target table should be like these by using expression tranformation. (Target table) rowid name 10001 gdgfj 10002 dkdfh 10003 fjfgdhgjk xx001 gfhgdgh xx002 hjkdghkfh (that means duplicated records should contain XX in there rowid)
what is the logic will you implement to load data into a fact table from n dimension tables?