If source is having 5000 rows,and if you want to load data
into 500 rows to target,if the session runs successfully,how
can you verify the target if the rows are successfully
loaded or not.
Answer Posted / abhishek upadhyay
Through session log/run properties I can see how many rows
were inserted in the target table
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
Can anyone tell me the new features in Informatica 9 Version?
What do you mean by blocking transformation?
Explain the aggregator transformation?
Define sessions in informatica etl?
How can we handle two sessions in informatica?
How will the document be delivered to me?
Enlist the differences between database and data warehouse.
Explain target update override in informatica
What is the cumulative sum and moving sum?
How can you increase the performance in joiner transformation?
How can repository reports be accessed without sql or other transformations?
difference between repository database and repository service?
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
How to generate sequence numbers without using the sequence generator transformation?
How is union transformation utilized?