ppm<ppm_version>/system

The ppm<ppm_version>/system directory contains the CreateKintanaUser.sql and CreateRMLUser.sql scripts.

The CreateKintanaUser.sql script variables are:

<PPM_Username>

represents the username of the new database schema.

<PPM_Password>

represents the password of the new database schema

<Data_Tablespace>

represents the tablespace used to store PPM tables

<Index_Tablespace>

represents the tablespace used to store PPM indexes

<Temp_Tablespace>

represents temporary tablespace

<Clob_Tablespace>

represents the tablespace used to store large data (CLOB).

The CreateRMLUser.sql script variables are:

<RML_Username>

represents the username for the new RML database schema.

<RML_Password>

represents the password for the new RML database schema

<RML_Data_Tablespace>

represents the tablespace used to store PPM database tables

<RML_Temp_Tablespace>

represents temporary tablespace.