Answer Posted / srinu
Power Center Repository service :Manage the connections
from Repository from Clint application.
Power Center Intigration service :Run the Power Center
Sessions,Workflows and fetch the Metada from Power center
Repository.
Metadata Menager service :Runs the metadata manager
application in the power center domain.
Reporting Service :Runs the data analyser application in
the power center domain.You creat a reporting service to
run reports on power center or Matadata manager Repository.
Not only these ,,,,
All Configaration related things will come under
configuration management.
If there is any Corrections Please let me know.
srinu.srinuvas@gmail.com
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is an active transformation?
How to load the name of the current processing flat file along with the data into the target using informatica mapping?
What are the limitations of joiner transformation?
suppose in my source flatfile i have 10000 records in that some of master table records missed table records missed then what will u do
Where is metadata stored?
What is powercenter on grid?
What is intricate mapping?
Informatica settings are available in which file?
What are the advantages of using informatica as an etl tool over teradata?
What is resilience time?
IN SCD1, insource we have 10 billion records and in the first day its uploaded successfully and in the second day its taking time to upload because some records it might get update or insert new records. As a developer what will be the better solution for this??
How to handle decimal places while importing a flatfile into informatica?
How is Source Side push down optimization different to just providing a SQL override in Source qualifier transformation.
What are the popular informatica products?
Hi, I want to change date type char value integer value? I tried alter table tab_name modify (newcolumn newdatetype). But The columns have 10 million values(char type) so I want to load now numeric data. How it is possible? Old Values New Value(I want to load numeric data but the old value should be there in the column) Y 1 N 0 ERROR at line 1: ORA-01439: column to be modified must be empty to change datatype Please help on this. Thanks, GM