Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Oracle XE, version 11.2
  • Oracle Standard, version 11.2
  • Oracle Enterprise, version 11.2
  • Oracle Standard, version 12.1
  • Oracle Enterprise, version 12.1

Requirements

  • 8GB of RAM
  • 1 or 2 CPU
  • At least 20GB of available space, may need additional space based on purge criteria and usage.

Installation Instructions

...

Run these database scripts from where you extracted downloaded FlexDeploy zip file. Navigate to the /database/oracle/install directory, and run the following SQL scripts using sqlplus.

Info
titleUse of Tablespaces

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, FDOracleCreateSchema.sql) or configure USERS tablespace with appropriate storage configurations. The recommendation is to start with at least 20GB of available space, at least 2GB 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.

...

Tip

You must be in /database/oracle/install folder in extracted zip, launch sqlplus(use full path if not available on PATH environment), login as sys or system and then run both scripts one after another.

Note - requires running as a user like system or sys with privileges to create users and objects within those schema users

...