...
- 8GB of RAM
- 1 or 2 CPU
- At least 20GB of available space, may need additional space based on purge criteria and usage.
Manual Schema Installation Instructions
FlexDeploy has three schemas (FD, FF, and FD_ADMIN) which must be created, and populated with its seed data.
...
Info | ||
---|---|---|
| ||
Database scripts documented below will create FF, FD and FD_ADMIN schemas with USERS tablespace as default tablespace. You can either change to use different tablespace (update CreateFF.sql, CreateFD.sql) or configure USERS tablespace with appropriate storage configurations. The recommendation is to start with at least 20GB of available space, at least 8GB of RAM and a minimum of 1 or 2 CPUs. Purge settings within FlexDeploy will determine future needs. Normal database backup procedures should be followed. The AL32UTF8 character set is a good choice. |
...