Versions Compared

Key

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

...

Run these database scripts from where you extracted downloaded FlexDeploy zip file. Navigate to the /database/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 appropriate storage.


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

...