if i am having 10 records in source, i want 20 records in
target...how will you do it
Answer Posted / abhishek kumar
create one instance of target.
means we take two target(same) his name is different but
table is same.
src->sq->tgt101
|->tgt102
after session run we check
select * from tgt ;
it will will merge the output of tgt101 and 102 and give
result in one tgt table.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is the surrogate key?
When do you use sql override in a lookup transformation?
Design a mapping to load a target table with the following values from the above source?
How to generate or load values in to the target table based on a column value using informatica etl tool.
What is incremental aggregation?
What are the types of lookup transformation?
Under what conditions selecting sorted input in aggregator will still not boost session performance?
Explain about Informatica server process that how it works relates to mapping variables?
What are the different clients of powercenter?
I have done MBA in 2008. i got job as business analyst in 2008 january through consultany. but after 3 months they are giving training Informatica developer. now iam continuing this job. my question is when iam going to interview HR people ask me many times like this " YOU ARE MBA GRADUATE. HOW YOU ARE SELECT THIS POSTION. IAM EXPLAINING WHAT I HAVE MENTION ABOVE". PLEASE TELL HOW IAM TELLING THIS QUESTION ANSWER.
what is the size of u r source(like file or table)?
What is the way to execute pl/sql script using informatica mapping?
Hi, In source I have records like this No name address 10 manoj mum 10 manoj dilhi 20 kumar usa 20 kumar Tokyo I want records in target like shown below No name addr1 addr2 10 manoj mum dilhi 20 kumar usa Tokyo If it is reverse we can do this by using Normalizer transformation by setting occurance as 2. Somebody will say use denoralization technique. But as of my knowledge I couldn’t find any denormalization technique. Is there any concept like that? I tryid this seriously but I could find any idea to implement this. Can any one please help me ? Advance Thanks
Explain the features of connected and unconnected lookup.
What is domain and gateway node?