what is unique constraint error ?
Answers were Sorted based on User's Feedback
Answer / sreedhar lokaray
Before answering this question I think you know what is a
unique constraint? This means no two values in the given
column are equal but null values are allowed. When you
receive same value again in a new record for that column
then it will throw unique constraint error.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / nagendrareddy
unique is constraint which will not allow duplicate records
into batabase..
Is This Answer Correct ? | 1 Yes | 1 No |
when we create source as oracle and target as flat file, how can i specify first row as column in flat file?
Can you generate reports in Informatcia?
By using Filter Transformation,How to pass rows that does not satisfy the condition(discarded rows) to another target?
what is polling?
How many repositories can we create in Informatica?
If we have lookup table in workflow how do you trouble shhot to increase performance?
What could be the possible resons of locks by user?
How will you display 10-15 letters from a name? (for ex: name="sivasubram'aniam'ramakrishnan". o/p wanted="aniam")
Can we use Union Transformation for Heterogeneous sources? i.e; 3 sources, 1 from Oracle, 2nd from Informix, 3rd from Sql Server with same metadata?
what is shared Cache. when we will use shared Cache?
Informatica software installation 8.1/7.1.3/7.1 with oracle 10g database (optional Teradata v2R6)
my source has 2 columns. 1st column data: ABC ABC ABC XYZ and 2nd column data: 1 2 3 4. And my target should be ABC 1 2 3, XYZ 4