Versions Compared

Key

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

This page provides the system requirements and installation instructions for the FlexDeploy database tier.

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

FlexDeploy has three schemas (FD, FF, and FD_ADMIN) which must be created, and populated with its seed data.

...

Tip

You must be in /database/oracle/install folder in from 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 anotherexecute the script.

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

Step 1. Create FlexDeploy schema objects.

  • CreateFlexDeploySchemas.sql <password>
    • password – the password to use for FD, FF, and FD_ADMIN users, which are created by this script.
    • Example: @CreateFlexDeploySchemas.sql welcome1
    • Results are automatically spooled to a file called CreateFlexDeploySchemas.out

...

See Windows example below. As you run scripts specified above, you will see output on screen and it will be spooled in file as well in same folder.
Image RemovedImage Added