Installation of Odin or MWS Manually on an Oracle Database (Composer Server) - Installation - Foundation 23.2 - Foundation 23.2 - Ready - Content Composer - external

Content Composer Installation

Platform
Content Composer
Product
Installation
Release
Foundation 23.2
License

The following section includes the information on the manual installation of Odin or MWS manually on an Oracle database.

Roles System permissions
Connect Create table
Resource
  • Create view
  • Create procedure
  • Create sequence

You can create a corresponding Oracle user by running the Ora_Odin_CreateUser.sql script. The script can generate the following error messages.

  • ORA-00942. Table or View does not exist.
  • ORA-02289. Sequence does not exist.

You can ignore these messages. They occur because the SQL scripts contain DROP instructions for objects that do not exist in the database.

Database Schema

The subdirectory Admin\Oracle contains the following files. They are used to create the Odin and MWS schemes.

  • Ora_Odin5.sql
  • Ora_Mws5.sql