Categories
- All Categories
- 139 Oracle Analytics News
- 25 Oracle Analytics Videos
- 14.6K Oracle Analytics Forums
- 5.6K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 52 Oracle Analytics Trainings
- 9 Oracle Analytics Data Visualizations Challenge
- 4 Oracle Analytics Career
- 2 Oracle Analytics Industry
- Find Partners
- For Partners
OBIA 11g patch getting failed
Answers
-
Just checking if above suggestions helped resolve your issue? if yes could you please close this thread marking the correct answer(helping others resolving similar issue) as this thread is still open.
0 -
Hi Syed Hamd Salman
I am facing the same issue.
I have installed obiee 11.1.1.9.0, odi 11.1.1.9.0, biapps 11.1.1.10.2. Now I am applying patches and getting below error.
I have given all required information for reference.(Final log, biappsshiphome_generic_patches.log,apply_patches_import.txt)
*** I have checked no lok files / folders
*** No read / write permission issues
Final log
----------START OF PATCHING REPORT------------------
Current PLATFORM Detected :linuxx8664
* BIAPPSSHIPHOME Patching Report ..........
Patch Failed: p22322354_111190_Generic.zip
Patch Failed: p22258672_111190_Generic.zip
Patch Failed: 21881858.zip
Patch Failed: p22382217_111190_Generic.zip
Patch Failed: p22258655_111190_Generic.zip
Patch Failed: p21937707_11119012_Generic.zip
Patch Failed: P21776123_bisdi_111190_generic.zip
Patch Failed: p21937708_11119012_Generic.zip
* Oracle Common Patching Report ..........
Patch Failed: p22077978_111190_Generic.zip
Patch Failed: p22191402_111190_Generic.zip
Patch Failed: p22345207_111190_Generic.zip
Patch Failed: p22318548_111190_Generic.zip
* SOA Patching Report ..........
Not applying SOA Patches since SOA Home (SOA_HOME) value is not specified
* ODI Patching Report ..........
Patch Failed: p22152395_111190_Generic.zip
* Weblogic Patching Report ..........
Successfully installed Patch ID: T8I3
----------END OF PATCHING REPORT------------------
==============================
biappsshiphome_generic_patches.log
Oracle Interim Patch Installer version 11.1.0.12.9
Copyright (c) 2017, Oracle Corporation. All rights reserved.
Oracle Home : /home/obia11g/Middleware/Oracle_BI1
Central Inventory : /home/obia11g/oraInventory
from : /home/obia11g/stage/work2/oraInst.loc
OPatch version : 11.1.0.12.9
OUI version : 11.1.0.11.0
Log file location : /home/obia11g/Middleware/Oracle_BI1/cfgtoollogs/opatch/opatch2017-07-14_14-55-31PM_1.log
OPatch detects the Middleware Home as "/home/obia11g/Middleware"
List of Homes on this system:
OPatchSession cannot load inventory for the given Oracle Home /home/obia11g/Middleware/Oracle_BI1. Possible causes are:
No read or write permission to ORACLE_HOME/.patch_storage
Central Inventory is locked by another OUI instance
No read permission to Central Inventory
The lock file exists in ORACLE_HOME/.patch_storage
The Oracle Home does not exist in Central Inventory
UtilSession failed: OracleHomeInventory gets null oracleHomeInfo
Log file location: /home/obia11g/Middleware/Oracle_BI1/cfgtoollogs/opatch/opatch2017-07-14_14-55-31PM_1.log
OPatch failed with error code 73
=============================
My apply_patches_import.txt
# Required JAVA_HOME - Java home
# JAVA_HOME=/scratch/aime/work/mw_home/Oracle_BI1/jdk
JAVA_HOME=/home/obia11g/jdk1.7.0_80
# Required INVENTORY_LOC - Inventory Location
# INVENTORY_LOC=/scratch/aime/oraInventory
INVENTORY_LOC=/home/obia11g/oraInventory
# ORACLE_HOME=/scratch/aime/work/mw_home/Oracle_BI1
ORACLE_HOME=/home/obia11g/Middleware/Oracle_BI1
# MW_HOME=/scratch/aime/work/mw_home
MW_HOME=/home/obia11g/Middleware
# COMMON_ORACLE_HOME=/scratch/aime/work/mw_home/oracle_common
COMMON_ORACLE_HOME=/home/obia11g/Middleware/oracle_common
# WL_HOME=/scratch/aime/work/mw_home/wlserver_10.3
WL_HOME=/home/obia11g/Middleware/wlserver_10.3
# SOA_HOME=/scratch/aime/work/mw_home/Oracle_SOA1
# ODI_HOME=/scratch/aime/work/mw_home/Oracle_ODI1
ODI_HOME=/home/obia11g/Middleware/Oracle_ODI1
SKIP_BITECH_PATCHES=false
# Optionally Required WINDOWS_UNZIP_TOOL_EXE - If platform is windows, then specify unzip tool exe with complete path
# Currently only two tools : Winzip command line and 7-Zip command line are supported tools.
# Eg for Winzip tool - c:{PathSep}Program Files{PathSep}WinZip{PathSep}wzunzip.exe
# Eg for 7-Zip tool - c:{PathSep}Program Files{PathSep}7-Zip{PathSep}7z.exe
# WINDOWS_UNZIP_TOOL_EXE=
# Required WORKDIR - An existing writable directory to create logs and temp patch files
# WORKDIR=/scratch/aime/tmp/work
WORKDIR=/home/obia11g/stage/work3
# Required PATCH_ROOT_DIR - Path of patch directory till the release patch-set folder which is inside patches4fa/dist.
# i;e the patch-set folder for a particular release to apply patch from
# eg; /scratch/aime/tmp/ps1/biappsshiphome/patches4fa/dist/ps6rc3
# PATCH_ROOT_DIR=/scratch/aime/tmp/patches4fa/dist/ps6rc3
PATCH_ROOT_DIR=/home/obia11g/stage/PATCH_HOME/patches3
=========================
All your suggestions are appreciated.
Thanks,
Anil
0 -
Hi Anil,
Your issue is not same as issue discussed over in this thread, and it is a good practice to open your own thread instead of stretching of an already closed(answered) thread even if you are facing same issue.
Since you have already posted your issue in such detail , below are some pointers to start:
- Check if a lock file named inventory.lock exists in following location /home/obia11g/oraInventory/locks
- Check if inventory.xml has your ORACLE HOME location listed. inventory.xml is usaully located under orainventory folder in the user directory, If you are logged in as user obia11g then the file will be under /home/obia11g/orainventory/ContentsXML
If your ORACLE_HOME is not present then run the following command from below location, <Middleware_Home>/Oracle_BI1/oui/bin to add the oracle home location in inventory.xml file../runInstaller -silent -attachHome ORACLE_HOME="/home/obia11g/Middleware/Oracle_BI1" ORACLE_HOME_NAME="obiahome"
Next check the inventory.xml file to make sure the location is added.Try installing the patch again and this time it should go install successfully.
Thanks and Regards,
Syed Hamd Salman
0 -
Hi Syed,
Good day to you,
The issue is resolved running the patch files individually.
Thanks for all your support.
Anil.
0