if soource is having 10 records how will u insert 20
records to target
Answers were Sorted based on User's Feedback
Answer / sreekanth
select * from table_name
union all
select * from table_name;
| Is This Answer Correct ? | 13 Yes | 0 No |
Answer / priyank
Take 2 instances of source and join them unsin UNION
transformation(provided the target structure is same as the
source structure).
SQ1 --> UNION --> EXP --> Target
SQ2
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / saravana
we can user Normalizer transformation, to convert a row into double row and then load it into target
| Is This Answer Correct ? | 0 Yes | 0 No |
What is event and what are the tasks related to it?
can we load the data with out a primary key of a table? what is target plan?
what is difference between mapping and mapplet ?
What is a repository manager?
What happen when you enable grid option avilable at session level ? (Ans found: Scalabily . A single session Parallelization) But how can one session is sharable among different nodes at the same time while running ?
what is the architecture of any Data warehousing project?
What is the difference between informatics 7x and 8x and what is latest version?
What is galaxy shema
Difference between Data and Index Caches?
In operator is used in which transformation in informatica 8.6.0
How to handle changing source file counts in a mapping?
What is joiner change?