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 |
Different types of Power center errors?
If u r using dynamic cache lookup port will be thier in thet which option u will select
what is the difference between copy object import objects using repositery manager which one is best
we have to use order by,where,having we to implement sql query
Comment on significance of oracle 9i in informatica when compared to oracle 8 or 8i?
i having source, router transformation, two targets in my mapping... i given two conditions in router 1)sal >500 2)sal < 5000 --------------- my source is havig two sal records (1)1000 (2)2000 then which target will load first? will both targets are get load or single target only get load...... why?
What are the challenges you have faced in your project?
What is polling in informatica ?
How to load time dimension?
What is the default join that source qualifier provides?
What is the fact table?
What all join we can perform in LOOKUP transformation?