InterviewSolution
| 1. |
Explain About Informatica Server Architecture? |
|
Answer» Informatica server, load managers, data TRANSFER manager, reader, temp server and writer are the components of informatica server. first load manager SENDS a request to the reader if the reader is ready to READ the data from source and dump into the temp server and data transfer manager manages the load and it SEND the request to writer as per first in first out process and writer takes the data from temp server and loads it into the TARGET. Informatica server, load managers, data transfer manager, reader, temp server and writer are the components of informatica server. first load manager sends a request to the reader if the reader is ready to read the data from source and dump into the temp server and data transfer manager manages the load and it send the request to writer as per first in first out process and writer takes the data from temp server and loads it into the target. |
|