How to load duplicate records in to a target table which
has a primary key?
Answers were Sorted based on User's Feedback
Answer / pradeeshkumar
Loading duplicate records into a target table which has a
primary key is just a height of Brain failure.
The concept of primary key itself fails. If you still want
to insert it, better don't have any primary key
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / jay
Is that primary key column in the target is different,
than this is called surrogate key which is obtained
from Sequential generator (with or without combination of
key value from source. if combined with source primary key
column, then it is known as creating frequency for
each source primary column value)
| Is This Answer Correct ? | 4 Yes | 2 No |
how to improve performence by using sorted input in aggrigator t/r.
can we have to do changes in session property when we are dynamically generating target files?
Explain pushdown optimization and types in informatica
How do we come to know the Source data/file is ready/Updated in the source location, when the session is scheduled for @12:00AM and ready to run its job ? or Can we schedule the session, when the source is updated in source location without any time constraint?
can anyone explain me about retail domain project in informatica?
Mention a few design and development best practices for informatica?
list out all the transformations which use cache?
What are the reusable transformations?
how lookup is acting as both active and passive ? how is it possitble?
What do you mean by worklet?
What is lookup change?
hi guys i have an question how do you find out weather the column is numeric or combination of char and numbers or it contains char,numeric and special characters.