Skip to main content

Installation and upgrade

Install an Oracle database schema

Follow the instructions provided in the Technical help of the ARIS online help (Installation > ARIS server Installation) to prepare the Oracle database. After you set up the database, use the corresponding script again to create the ARIS Risk and Compliance 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 1.

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 2.

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 and Compliance Server for the first time. Observe any error messages while the scripts are running.