can we override a native sql query within informatica? Where do we do it? How do we do it?
why sequence generator should not directly connected to joiner transformation ?
Can you copy the session to a different folder or repository?
What is synonym?
What are the connected or unconnected transforamations?
Hi friends I want to know about what r the dimensions in the banking porjects and genarally how many tables r in project ?
If I have a index defined on target table and if set it to bulk load will it work ?
How union transformation is active ?
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
Sequence generator, when you move from develoment to production how will you reset
i have source like X1 10 X2 20 X1 30 X2 40 i want target as X1 X2 10 20 30 40 in informatica
. Design a mapping, first two phone calls received by a customer must be represented as "Home" , "Office" and the next calls must be concatinated and represented as "Other".Look at the below tables :: Source Definition Customer Phone_Number A 9848403211 A 9812675432 A 9112356788 A 9876503276 B 9567890765 B 9876098567 AND THE TARGET IS Customer Home Office Other A 9848403211 9812675432 9112356788,9876503276 B 9567890765 9876098567 Null
What is xml source qualifier transformation in informatica?