Welcome to ILOG JRules > Installing the JRules Modules > Installing JRules Modules on Tomcat 6.0 > Installing Rule Scenario Manager on Tomcat 6.0 > Database user permissions

The data source that contains the Rule Scenario Manager console data is always mapped to a database user. Because the database tables are automatically created during the first login access, the database user performing Rule Scenario Manager data source management must be able to execute DDL script language.

The database user must have complete privileges on the tables and views of the schema (create, insert, and delete). The user must also have create index privileges.

On Oracle,the database user must also have create trigger and create sequence privileges.