How union transformation is active ?
Answers were Sorted based on User's Feedback
Answer / kish
union t/r means multi input source merged into single output
group.and also union t/r work as union all in oracle. and it
support duplicate data but union t/r having property is
their "make it active" enable them that's why it does not
accept duplicate record.this is the process
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / priyank
As per the definition of the Active transformation, the no
of rows going in should be equal to the no of rows going
out.Besides that the row id of the input rows should be the
same the row id of the out going rows.
Henceforth, union transformation is true for the first
condition where the no of rows entering is same as the no
of rows going out as Union transformation treats rows for
UNION ALL condition. But in the second condition i.e. Row
id,there is no control on the rows which enter the Union
transformation from different sources so the Row id can
change.
| Is This Answer Correct ? | 3 Yes | 4 No |
what is runtime variable?
Discuss the advantages & Disadvantages of star & snowflake schema?
If session fails after loading 10000 records in the target,how can we load 10001 th record when we run the session in the nexttime?
what is the difference between stop and abort?
Hi all, iam new to informatica, can anyone tell me what is unit testing & how it is done? thank u
How can we get two output ports in un-connect transformation?
What is source qualifier?
Hi, What is version control in Informatia ? Can anyone just give an idea or introduction about this? Advance Thanks
what is mean by flag 4 in update strategy t/r
Name at least 5 different types of transformations used in mapping design and state the use of each.?
What are the informatica performance improvement tips
if i hv 6 table as source table but can i make 12 as a dim table and 6 as fact table belongs to that src table.