Update the oraparam.ini for the Development Client Installer

Use this procedure to update the oraparam.ini for the Development Client installer:

  1. Navigate to this directory:

    <E1_dep_svr_install_directory>\OneWorld Client Install\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.