Versions Compared

Key

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

...

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

From the directory Run these database scripts from where you extracted downloaded FlexDeploy zip file, navigate . Navigate to the /database/install directory, and run the following SQL scripts using sqlplus (NOTE: requires running as a user like system or sys with privileges to create users and objects within those schema users):.

Tip

You must be in /database/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

  • 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

...