How are indexes created after completing the load process?
How to delete duplicate row using informatica?
My sql query is 1. select 1+x from dual? 2. select 1+'x' from Dual? 3. Select x+1 from dual? what is the out put of the above queries?
What is intricate mapping?
How to prepared lld.can any one tell me detailed explanetion.
what is target load plan
What is degenerated dimention table?
What is meta data and system catalog?
What are the restrictions of union transformation?
How to join three sources using joiner?
Explain the different dimensions.
what are the real time problems generally come up while doing or running mapping or any transformation?
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