Can we update a target table (without primarykey) by using
update strategy transformation?
Answer Posted / ratalarayudu
hi ,
Yes we can update a target table without having a primary
key. we have a property TARGET UPDATE OVERIDE .By overring
we can update .
Regards,
Rayudu.
| Is This Answer Correct ? | 27 Yes | 0 No |
Post New Answer View All Answers
What are the validations that you can perform in oracle and in informatica ? Advance Thanks
Does an informatica transformation support only aggregate expressions?
How can repository reports be accessed without sql or other transformations?
Enterprise data warehouse your projects phase by phase explain?
What is resilience time?
what is the size ur source like(file system or database)? how many record daily come u r banking project?
Hi, I saw one mapping implemented by my seniors . In Expression transformation they implemented following logic. That is iif(is_date(in_UC_DATINV,'YYYYMMDD'),to_date(in_UC_DATINV,'Y YYYMMDD'),'Inventory Date is either invalid or null') Inventory_Date is validated only for is_date() But not validated for notisnull() . But error says “ either invalid or null “ why? Whether is_date() also check for not isnull() ? or in this logic something is different ? Please answer me . Advance thanks
hi real timers . iam waiting for ur reply regarding ETL TESTING
have u done any performance tuning? how u ll do?
What are ETL Tools?
How we can create indexes after completing the load process?
Difference between Target-based loading and constraint-based loading?
Describe data concatenation?
Suppose we have a source qualifier transformation that populates two target tables. How do you ensure tgt2 is loaded after tgt1?
Differentiate between joiner and lookup transformation?