How could we generate the sequence of key values without
using sequence generator transformation in the target ??
Answer Posted / infastudent
use an oracle sequence and create a function to call it
inside informatica
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
How we can use union transformation?
How do you update the records with or without using update strategy?
How to go to the older version for a mapping?
What are the differences between oltp and olap?
what is the Default Source Option For Update Strategy Transformation?
Explain the use of aggregator cache file?
How many transformations can be used in mapplets.
What is the difference between STOP and ABORT options in Workflow Monitor?
As union transformation gives UNION ALL output, how you will get the UNION output?
What is a filter transformation and why it is an active one?
Explain the different lookup methods used in informatica?
What is blocking transformation?
How can repository reports be accessed without sql or other transformations?
What is union transformation in informatica?
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