Update the oraparam.ini for the WASH4A Installer

If you are implementing WebSphere H4A (WASH4A), using this procedure to update the oraparam.ini for the WASH4A Installer.

  1. Navigate to this directory:

    <E1_dep_svr_install_directory>\OneWorld Client Install\ThirdParty\WebDevFeature\WASH4A\install

  2. Copy the oraparam.ini file with a new name of oraparam - copy.ini.

  3. Locate this line in the oraparam.ini file.

    BOOTSTRAP_COMPS=

  4. Comment out the existing line by adding # at the start of the line. For example:

    BOOTSTRAP_COMPS="oracle.swd.oui:11.2.0.2.0,oracle.swd.oui.core:11.2.0.2.0,oracle.jdk:1.x.x.xx.xx"

  5. Add the following new line immediately after the existing line:

    BOOTSTRAP_COMPS="oracle.swd.oui:12.2.0.2.2,oracle.swd.oui.core:12.2.0.2.2,oracle.swd.oui.core.min:12.2.0.2.2, oracle.swd.jre:1.8.0.45.0"

  6. Locate this line that starts with:

    OUI_VERSION=

  7. Comment out the existing line by adding '#' at the start of the line. For example:

    #OUI_VERSION=11.2.0.2.0

  8. Add the following new line immediately after the existing line:

    OUI_VERSION=12.2.0.2.2

  9. Save the oraparam.ini file.

Note: The installer in this folder is obsolete:<E1_dep_svr_install_directory>\OneWorld Client Install\ThirdParty\WebDevFeature\H4A85You can delete this folder; however, there are no adverse effects if you keep it.