what is the difference between repository & Intergration service



what is the difference between repository & Intergration service..

Answer / skg

what is the difference between repository & Integration service?

Repository: consist of original data base tables which are also called as system tables and metadata objects.

Ex:Actual source data (customers data,employee data,sales data)

Repository service: Repository service is responsible for inserts,updates,deletes and retrieve metadata from Repository. so it will work like mediator between the Repository and Integration Service(client components).

Ex: if you want to extract the data from Repository(actual data) at run time through Integration service you'll get an error because IS doesn't understand the System tables directly so you will need Repository service to handle inserts,updates,deletes and retrieve the data from Repository.

Integration Service: IS is responsible for executing the ETL Objects and performs Extraction,Transformation and Loading at Run time(while executing the session).IS needs Original database objects using objects we can move the data from source to target as per the requirements.

Ex: if you have a business requirements like calculations and conversions all these done by the IS.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Informatica Interview Questions

in oracle write query yourname+1 from dual

5 Answers  


how to move the mappings from your local machine to claint place?

2 Answers  


in which situations do u go for snowflake schema ?

2 Answers   TCS,


what is surrogate id ?

3 Answers   IBM,


How to display First letter of Names in Caps?

7 Answers  






What is standalone command task?

0 Answers  


how do u fnd the duplicate rows and how to delete the duplicate rows?

2 Answers   IBM,


My source table look like ID Name Location Salary 1 ran NULL NULL 1 NULL DELHI NULL 1 NULL NULL 1000 I want my output to look like ID Name Location Salary 1 ran Delhi 1000 What should be my approach to design a informatica mapping. Assuming my source is flat file not a Relation table so i cant use SQL.

2 Answers   BirlaSoft,


Suppose we have a (assume relational) source table Product_Id Month Sales 1 Jan x 1 Feb x . . . . . . 1 Dec x 2 Jan x 2 Feb x . . . . . . 2 Dec x 3 Jan x 3 Feb x . . . . . . 3 Dec x . . . . . . and so on. Assume that there could be any number of product keys and for each product key the sales figures (denoted by 'x' are stored for each of the 12 months from Jan to Dec). So we want the result in the target table in the following form. Product_id Jan Feb March.. Dec 1 x x x x 2 x x x x 3 x x x x . . So how will you design the ETL mapping for this case , explain in temrs of transformations.

5 Answers   Accenture, VAMA,


difference between shortcut and reusable transformation?

2 Answers  


What is a configuration management?

1 Answers  


while creating the scd mappings. we will mention flag value. what exactly the use of defining the FLAG VALUE. Please explaine indetaile

2 Answers   Amdocs,


Categories