Limitation of REPLACESTR. Is there any character limitation to it.
Answer Posted / kumar
replacestr function won't work for characters larger than 65535.
https://etltechsolutions.wordpress.com/2016/05/11/error-message-is-replacestr-data-too-large/
and
https://network.informatica.com/thread/3080
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the way to execute pl/sql script using informatica mapping?
What is the difference between a repository server and a powerhouse?
How to do unit testing in informatica?
Suppose we have a source qualifier transformation that populates two target tables. How do you ensure tgt2 is loaded after tgt1?
How to call shell scripts from informatica?
wat are deployement groups in informatica, how it will be used for developers
What is a standalone command task?
in u flatfile some of fact records are missed then u load the diminision records are not if u load diminsion records what about fact table records
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 lookup transformation is made active in new versions... When to use connected and when to use unconnected lookup and why? which is good for session performance. How to make lookup persistent and how to remove stale data from that lookup. how commit works - when we stop or abort data. Explain in both cases. What is factless fact table and have you ever used it in real time scenarios.
What do you understand by SOA of Informatica?
Tell me any other tools for scheduling purpose other than workflow manager pmcmd?
What is a repository? And how to add it in an informatica client?
Calculate sum of salaries department wise. Then the sum will be repeat for all columns in each department. Develop a mapping for this.
How is Source Side push down optimization different to just providing a SQL override in Source qualifier transformation.