...
From the directory where you extracted downloaded FlexDeploy zip file, 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, login as sys or system and then run both scripts one after another. |
- 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
...
Info | |||||||
---|---|---|---|---|---|---|---|
| |||||||
Oracle sqlus is part of the Oracle Client, and may be executed on any host which has it installed. If the Oracle Client is not installed on the same host as where you are installing FlexDeploy, you can copy the /database directory from your distribution to any host which does. To launch sqlplus:
|
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.
Next Step - Installation Instructions - Application Tier
...