Question { 5234 }
how to identify new and old values in source qualifier or
any other transformations using informatica
Answer
Is This Answer Correct ? | 1 Yes | 0 No |
i have to extract data from a flat file.the flat file has 10
records.i have to extract the 1st and 5th record every
time.how is it done.
Answer
Is This Answer Correct ? | 1 Yes | 0 No |
Question { 20569 }
how to retrieve last tree records from table?
select *from emp where rownum > (select count(*)-3 from
emp);
i am using this query to get last three records from table
but its not giving any output, so please tell me what is the
error in this query.
Answer
Is This Answer Correct ? | 0 Yes | 1 No |
Question { 3238 }
I am using Informatica 7.1.1. and i used emails task for
getting emails but not able to get emails is there any
settings in Informatica installation level?
Answer
Is This Answer Correct ? | 0 Yes | 1 No |
how to join the 2 different table with different columns in
informatica?
Answer
Is This Answer Correct ? | 1 Yes | 10 No |
how eliminate the duplicates in flat file with out using
sorter ,aggregater
Answer
Is This Answer Correct ? | 0 Yes | 8 No |
Question { Keane India Ltd, 18237 }
What r the type of indexes u generally used in informatica?
Answer
Is This Answer Correct ? | 10 Yes | 1 No |
Question { Cap Gemini, 12459 }
In EMP table, for those emp whose Hiredate is same, update
their sal by "sal+500" or else for others keep the sal as it
is, how to do it by SQL query
Answer
Is This Answer Correct ? | 2 Yes | 1 No |
suppose i have 1000 records and i want to load half of the
record in target 1 and half in target2.how u'll do?
Answer
Is This Answer Correct ? | 1 Yes | 3 No |
Question { 7879 }
While using update strategy in the mapping which gives more
performance, a flat file or Table? Why? What are the
advantages and disadvantages?
Answer
Is This Answer Correct ? | 0 Yes | 0 No |
Suppose i have 10000 records.First time i have to load 1 to
1000 records and second run i have load 1000 to 2000
records and third load i have to load 2000 to 3000 rows .How
will achieve
Answer
Is This Answer Correct ? | 0 Yes | 6 No |