Table of Contents

PowerCenter - Repository

About

A repository is a logic unit of a domain.

Powercenter Repository Adminconsole

The repository contains the instructions required to:

Management

Administration

PowerCenter applications access the repository through the PowerCenter - Repository Service (Process).

You administer the repository using :

PowerCenter - Administration Console snapshot:

Powercenter Repository Adminconsole

Database

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;

Powercenter Repository Database Property

Metadata

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.

Powercenter Mx Views

More informations on the content of the views in the repository documentation (chapter 15. Using Metadata Exchange View).

Global and local repositories

You can develop global and local repositories to share metadata:

PowerCenter version control

See Powercenter - Version Control