why cant we put a sequence generator or upd strategy
transformation before joiner transformation?
Answers were Sorted based on User's Feedback
Answer / bhupal
if you use the update strategy transformation before joiner in mapping, the mapping will be invalid because of data flow validation errors in mapping irrespective of operations you implemented in update strategy.
joiner transformation input should be from source qualifier transformation.
source---->sq--->seq--->
joiner---->trg
source---->sq---->
we cant create mapping like this because seq does't allows port to create and accept from other tr.
src--->sq--->
joiner--->trg
seq--->
we cant create like this. joiner inputs should be from source qualifier.
| Is This Answer Correct ? | 1 Yes | 3 No |
Define error Threshold?
What are the components of Informatica? And what is the purpose of each?
source table have single column single record having with single space. load that source record into trg . trgt having two columns and the SOURCE TABLE LIKE COL1 BHANU PRASAD TRGT TABLE COL1 COL2 IN THAT LOAD THE RECORD IN THE trgt table LIKE COL1 COL2 BHANU PRASAD HOW ? TELL ME PLZ
Enlist some properties of sessions.
why we use stored procedure transformation?
what is degenerated dimension table with scenario
what is the difference between look up and joiner(don't say joiner sopport only = where as look up support non-equijoin).
Hi, Can anyone just give me the list of all versions of Informatica ? Advance Thanks
Tell me can we override a native sql query within informatica? Where do we do it? How do we do it?
Enlist the differences between database and data warehouse.
What is deployemnt groups, Lables, query and dynamic deployment group.
How to compare Source and Target table, without using dynamic lookup?