Skip to main content

Posts

Showing posts with the label how to check tuxedo versioon

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>           ...