9.1.2 Install Patches

Apply patches for Tuxedo and SALT on your Tuxedo host.

To apply the Tuxedo and SALT patches:
  1. Shutdown your Tuxedo application before applying a patch.
  2. To apply the Tuxedo patch:
    1. Download the patch 24574032. For details about downloading the patch, see Downloading Release Update Patches in Database Client Installation Guide for Linux.
    2. Unzip the patch file.
      unzip p33664689_122200_Linux-x86-64.zip
    3. Apply the patch.

      Command syntax

      cd $ORACLE_HOME/OPatch
      ./opatch apply fullpath_of_the_patch_file

      Sample command

      cd $ORACLE_HOME/OPatch/
      ./opatch apply 33664689.zip
  3. To apply the SALT patch:
    1. Ensure that your Tuxedo application is still shutdown.
    2. Unzip the RP902.zip file that was supplied with the sample files.
      unzip RP902.zip
    3. Apply the patch.

      Command syntax

      cd $ORACLE_HOME/OPatch
      ./opatch apply fullpath_of_the_patch_file

      Sample command

      cd $ORACLE_HOME/OPatch/
      ./opatch apply 99999999.zip
  4. Set the environment variable. For information about other Tuxedo environment variables that you can set, see Setting Environment Variables.

    Syntax

    export SALT_TMM_CALLBACK_ADDR=http://IP_Address:GWWS Port

    Where,

    • IP_Address: Enter the IP address of the host on which the GWWS server is running.
    • GWWS Port: You can find this value in the bankapp.dep file. The default value is 2345. If you change the GWWS port, update the value in the bankapp.dep file as well.

    Example

    export SALT_TMM_CALLBACK_ADDR=http://192.0.2.6:2345
  5. Run the following command to verify the patch installation.
    wsadmin -v
    The following information is displayed which verifies that the patch has been applied.
    INFO: Oracle SALT, Version 12.2.2.0.0, 64-bit, Patch Level 902
    INFO: Oracle Tuxedo, Version 12.2.2.0.0, 64-bit, Patch Level 086
  6. Start the Tuxedo application.