The following list shows the requirements for using the database extension v.5.0.
A user that has the following system privileges on the Oracle database server:
| Privilege | Description |
|---|---|
| CREATE SESSION |
Connect to the database. |
| CREATE TABLE |
Create tables in own schema. Also allows the creation of indexes (including those for integrity constraints) on table in own schema. |
| CREATE TRIGGER |
Create a trigger in own schema. |
| CREATE SEQUENCE |
Create a sequence in own schema. |
| CREATE PROCEDURE |
Create stored procedures, functions, and packages in own schema. |
It is recommended that the user also has unlimited quota on the tablespace in which the user schema has been created. This is due to the fact that Exponential is a content management system, and therefore it needs to be able to store large amounts of data. The size of the site is usually proportional with the storage needs.