Define informatica repository?
Answers were Sorted based on User's Feedback
Answer / j.david sukeerthi kumar
Hi
Informatica repository is a central meta-data storage place,
which contains all the information which is necessary to
build a data warehouse or a data mart.
Meta-data like source def,target def,business
rules,sessions,mappings,workflows,mapplets,worklets,database
connections,user information, shortcuts etc
| Is This Answer Correct ? | 15 Yes | 0 No |
can u apply SCD2 on flat file tgt? if yes wat is the procedure?
Explain transaction control transformation in informatica
Can we create a node as a gateway node and the same node can be assigned to a grid?
Can anyone tell me the new features in Informatica 9 Version?
If the records doesnt satisfy the filter condition where will it go?
What are the new features of informatica 9.x in developer level?
I have a flat file, in which i have two fields, emp_id, emp_name. The data is like this, emp_id,emp_name 101,soha 101,ali 101,khan 102,siva 102,shanker 102,reddy. how to merge the names so that my output is like this Emp_id Emp_name 101 Soha ali kahn 102 siva shenkar reddy please provide solution
How to improve the performance of a session using sorter transformation?
If a session fails after loading of 10,000 records in to the target. How can you load the records from 10001 th record when u run the session next time?
How can u work with remote database in informatica?did you work directly by using remote connections?
What is meta data and system catalog?
hi all my source looking like below column1 column2 101,102,103 abc,def,ghi 1001,1002,1003 a,b,c i want my target is column1 column1 101 abc 102 def 103 ghi 1001 a 1002 b 1003 c any one can you help