Skip to main content

Step by Step Guide for Oracle Tuxedo Pathing | Linux Env | SheikMiddleware.blogspot.com

Step by Step Guide for Tuxedo Patching on Linux Server


Tuxedo Patching step by step procedure

1. Login to the server and switch to the application user.

2. Stop the Tuxedo services.

3. Generic Patching procedure. 
        a) To view the list of patches applied
            <oracle_home>/opatch lsinventory

        b) Place the required patch in PATCH_TOP directory and unzip it
            cd <oracle_home>/PATCH_TOP/
            unzip patch_xxx.zip
  
        c) Set the environment using below commands       

         export ORACLE_HOME=<oracle_home>
         export JAVA_HOME=<java_home>
         export PATH=$ORACLE_HOME/OPatch:$JAVA_HOME/bin:$PATH


        d) Go to uncompressed folder and run the below command

             opatch apply -jre <java_home>

    
        e) List the patches to verify it is applied

            opatch lsinventory


4. Start Tuxedo services

Comments