A repository is a logic unit of a domain.
The repository contains the instructions required to:
PowerCenter applications access the repository through the PowerCenter - Repository Service (Process).
You administer the repository using :
PowerCenter - Administration Console snapshot:
The PowerCenter repository resides in a relational database. For Oracle, when you create the database user, you create it with the following instruction :
CREATE user POW_REP IDENTIFIED BY POW_REP
DEFAULT tablespace users
TEMPORARY tablespace temp
quota unlimited ON users;
GRANT connect, resource, create view TO POW_REP;
You can view repository metadata in the PowerCenter - Repository Manager. The Informatica Metadata Exchange (MX) provides a set of relational views that allow easy SQL access to the PowerCenter metadata repository.
The views are created during the installation of the upgrade of the repository with the help of mxbld file query (for instance for oracle oramxbld.sql). You find then this view in the PowerCenter Repository schema and they begin with REP.
More informations on the content of the views in the repository documentation (chapter 15. Using Metadata Exchange View).
You can develop global and local repositories to share metadata:
See Powercenter - Version Control