Install an Oracle database schema

Follow the instructions provided in the ARIS Server Installation guide to prepare the Oracle database. After you set up the database, use the corresponding script again to create the ARIS Risk & Compliance Manager database schema. You can use an individual schema name, but it must be unique to the schema names of other ARIS applications:

cip_create_schema_for_tenant.bat <arcm_tenant_schema>

Example for schema name ARIS10_ARCM_DEFAULT

cip_create_schema_for_tenant.bat ARIS10_ARCM_DEFAULT

If you want to restore database backups of previous versions, you also need a migration schema:

cip_create_schema_for_tenant.bat <arcm_tenant_schema_migration>

Example for schema name ARIS10_ARCM_DEFAULT_MIGRATION

cip_create_schema_for_tenant.bat ARIS10_ARCM_DEFAULT_MIGRATION

The database schema does not yet contain any table. They are created automatically when you start the ARIS Risk & Compliance Manager Server for the first time. Observe any error messages while the scripts are running.