Post-Upgrade Steps after Upgrading Oracle Forms

After using the Upgrade Assistant to upgrade Oracle Forms, you'll need to perform a number of post-upgrade tasks.

Complete these tasks:

  1. Regenerate the Forms application files (fmx, mmx, and plx) using the Forms compiler. Be sure to include the compile_all=yes option when generating the new executable modules.
  2. If you previously customized the Forms context root (/forms) and/or customized the Forms app name (/frmservlet) you will need to run the Forms Configuration Helper Script in order to recreate such customizations.

    For more information, see Oracle Forms Configuration Helper Script in the Working With Oracle Forms guide.

  3. Be sure to copy any custom files stored in the old Oracle Home into the corresponding directories of the new installation. This may include custom JAR files, custom files associated with WebUtil, and so on.
  4. If you had Forms Application Deployment Services in your source domain, you are required to run the fads_config.py script with the upgrade option:
    1. Start the Admin Server.
    2. Run the fads_config.py passing in the upgrade option.

      If you created or updated your Forms domain, use:

      $ORACLE_HOME/oracle_common/common/bin/wlst.sh $ORACLE_HOME/forms/fads/fads_config.py upgrade

Note:

It may be necessary to stop the servers before copying the old files into the new directories in order for the new servers to become aware of their existence.