Versions Compared

Key

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

...

  • LoadFlexDeployMasterData.sql
    • Example: @LoadFlexDeployMasterData.sql
    • Results are automatically spooled to a file called LoadFlexDeployMasterData.out

Include Page
FlexDeploy Schema Upgrade
FlexDeploy Schema Upgrade

Info
titlesqlplus

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:

Code Block
languagebash
export ORACLE_HOME=<your Oracle Home directory>
export ORACLE_SID=<the SID of your database>
$ORACLE_HOME/bin/sqlpus (login as sys or system when prompted)
SQL> <<execute scripts as shown above>>

...