top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How load balancing can be achieved in Informatica?

+1 vote
546 views

Any pointer what is load balancing and how can this be achieved in Informatica?

posted Aug 18, 2013 by Sanketi Garg

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+2 votes

Load balancing means if a node is overloaded then its load is shared to its peer worker node. Informatica defines a grid (set of nodes) in a domain. Inside a grid, load is distributed to nodes. To define a grid, every machine in the same grid must have the same integration service and parallel processing is monitored by this integration service . Hoping it will help you..

answer Aug 19, 2013 by Nandan Kumar
Similar Questions
+2 votes

Can two flat files be joined with Joiner Transformation using informatica?

+5 votes

I want to extract the number(0-9) from the string. e.g. if src is *Ax456*&56 then dst should be 45656.

+1 vote

How can i truncate a string in informatica based of size instead of length. My problem is i had to populate a VARCHAR2(4000) field but there are some special character in the data which have size of 2 byte.

So if there are 4000 character in a string and 10 are special character with 2 byte , then overall size becomes 4020 byte which is out of range of VARCHAR2. I had tried using VARCHAR2(4000 char) but even this is not working. I don't want to use CLOB.

What i am trying to achieve is that the string should have only 4000 BYTE of data. i.e in case of above example string should have only 3990 character and 4000 BYTE.

+1 vote

How to transform rows into column using Normalizer in Informatica?

...