Application Service Guide > Model Repository Service > Model Repository Database Requirements
  

Model Repository Database Requirements

Before you create a repository, you need a database to store repository tables. Use the database client to create the database. After you create a database, you can use the Administrator tool to create a Model Repository Service.
Each Model repository must meet the following requirements:
In addition, each Model repository must meet database-specific requirements.
Note: The Model Repository Service uses the DataDirect drivers included with the Informatica installation. Informatica does not support the use of any other database driver.
Mappings will fail with the following error if the database schema for the Model Repository Service database is not DB2:
[ICMD_10033] Command
[runmapping] failed with error [ [JSF_0045] The requested interface [com.informatica.ds.ms.common.MappingService]
is not available.]
To use Microsoft SQL Server as a Model Repository Service database, configure DB2 as the database schema and specify a tablespace.

IBM DB2 Database Requirements

Use the following guidelines when you set up the repository on IBM DB2:

IBM DB2 Version 9.1

If the Model repository is in an IBM DB2 9.1 database, run the DB2 reorgchk command to optimize database operations. The reorgchk command generates the database statistics used by the DB2 optimizer in queries and updates.
Use the following command:
REORGCHK UPDATE STATISTICS on SCHEMA <SchemaName>
Run the command on the database after you create the repository content.

Microsoft SQL Server Database Requirements

Use the following guidelines when you set up the repository:

Oracle Database Requirements

Use the following guidelines when you set up the repository on Oracle: