if i am having 10 records in source, i want 20 records in
target...how will you do it
Answers were Sorted based on User's Feedback
Answer / srinivas
if source is table you can use sql override
select * from emp
union
select * from emp
and if source is not a table run the session twice
| Is This Answer Correct ? | 0 Yes | 4 No |
Answer / guduri
to get dis dont enable the property called truncate target
table option in session properties
| Is This Answer Correct ? | 0 Yes | 6 No |
By seeing the parameter file how do u identify wheather it is a workflow parameter or mapping parameter?
what is constraint based load order
What is the use of source qualifier?
why we are using surogate key in real time give me explanation
What are the challenges of Dataware housing in the future?
What are the designer tools for creating tranformations?
Explain what is informatica metadata and where is it stored?
how do u move the code from development to production?
where actually the usage of push down optimization happens...
how u know when to use a static cache and dynamic cache in lookup transformation.
I have source like this 1:2;3. so i want to load the target as 123
Explain incremental aggregation in informatica