What are the parts of Informatica Server?
Answer / vivekk
Informatica is a Service Oriented Architecture, which means it has Client component and Server component.
In order to start the server, we need to start the services first. Lets see about the Server in regards with this question.
The server stores the meta data and not the actual data. It has Repository and Integration services. The Server components has multiple Domain and Node.
Each Node has those Repository and Integration services.
Repository services are used to design the code
Integration services are used to execute the code.
| Is This Answer Correct ? | 0 Yes | 0 No |
To Provide Support For Mainframes Source Data, which Files Are Used As A Source Definitions?
What is a predefined event?
What is data transformation manager process?
I have the input file as col1 col2 col3 3 2 1 7 6 8 I should get the output as col1 col2 col3 1 2 3 6 7 8 ....What is the logic to get this? Is there any transformation which sorts row wise ? If not how to sort the incoming records row wise?
In mapping f.f as one src and f.f as trg,f.f as src and oracle as trg which is fast? mean which is complete first process
What is the difference between informatica 8.x and 9.x
what is the size of ur database(like oracle)
Explain the difference between mapping parameter and mapping variable?
How to load the name of the current processing flat file along with the data into the target using informatica mapping?
I have a flat file, want to reverse the contents of the flat file
how can we load starting with 11th record of a table from source to target
What is decode in static cache?