Steps to install of Oracle Tuxedo 12c version 12.2.2 patch in Linux Server
- Tuxedo 12.2.X onwards releases are supported by opatch so there are not many changes while installing Oracle Tuxedo base version but you will have to use opatch while applying Tuxedo rolling patches.
- Set Environment variables
Export JAVA_HOME=/opt/JDK1.8
EXPORT ORACLE_HOME=/opt/tuxedo
3. Create Oracle initialization file as oraInst.loc
This file contains the Oracle home path. Check sample file in Oracle documents for reference.
4. Run following command
Navigate to patch folder
>$ORACLE_HOME/OPatch/opatch apply 2951XXXX.zip -invPtrLoc /opt/oraInst.loc
Picked up _JAVA_OPTIONS: -Djava.security.egd=file:/dev/./urandom
Invoking OPatch 11.2.0.1.2
Oracle Interim Patch Installer version 11.2.0.1.2
Copyright (c) 2010, Oracle Corporation. All rights reserved.
Oracle Home : /opt/tuxedo
Central Inventory : /opt/tuxedo
from : /opt/oraInst.loc
OPatch version : 11.2.0.1.2
OUI version : 12.2.0.1.0
OUI location : /opt/tuxedo/oui
Log file location : /opt/tuxedo/cfgtoollogs/opatch/opatch2019-.log
.
.
OPatch will rollback the subset patches and apply the given patch.
Running prerequisite checks...
OPatch detected non-cluster Oracle Home from the inventory and will patch the local system only.
Backing up files and inventory (not for auto-rollback) for the Oracle Home
Backing up files affected by the patch '29513310' for restore. This might take a while...
Backing up files affected by the patch '29513310' for restore. This might take a while...
ApplySession rolling back interim patch '29513310' from OH '/opt/tuxedo'
..
OPatch Session completed with warnings.
OPatch completed with warnings.
5. Check version of tuxedo using tmadmin -v
No comments:
Post a Comment