Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 209 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
OBIA 11.1.1.10.3 - Install bundle patch question

Hi Team,
I am currently installing OBIA 11.1.1.10.3 and the documentation is mentionning to Apply Mandatory Patches.
So one of the patch downloaded (Coming with the file V1031018-01.zip from e-delivery ) is p34345040_122140_Generic.zip
I'm not sure if this one is for ODI Studio or if i need to install it on the Linux Server Side, after the biapps installation.
Thanks in advance for you help.
Regards,
Ben
Answers
-
Thanks a lot for your help.
I need now to figure out why the patch is failling when installing on server side
Regards,
Ben
0 -
You need apply patches server side
Apply Mandatory Patches
After the software-only install, you must apply patches on the
NEW_ORACLE_HOME
location where you installed Oracle Fusion Middleware Infrastructure 12.2.1.4.All patches are available in the same place from where you downloaded the Oracle BI Applications software.
- Copy the patches to a location, unzip them, and apply them using the instructions in the patch README file.
- Set
ORACLE_HOME
as the parent of product home. - .For example,
setenv ORACLE_HOME /scratch/biapps/Middleware/NEW_ORACLE_HOME
- Don't set it as
/scratch/biapps/Middleware/Oracle_home/odi
. Some patches require the latest OPatch software, hence you must upgrade OPatch to release 13.9.4.2.10. To upgrade OPatch, locate the opatch_generic.jar file in13.9.4.2.10/opatch/opatch_generic.jar
and apply it using the sample script: java -jar <path_to_opatch_generic.jar>/opatch_generic.jar -silent oracle_home=<NEW_ORACLE_HOME PATH>
- Run the
$ORACLE_HOME/OPatch/opatch apply <patch dir>
command. - Run the
$ORACLE_HOME/OPatch/opatch apply <patch dir>
command for all individual mandatory patches available in all the sub directories. - Verify each patch log and ensure that you see the “OPatch Succeeded” message.
- Run the
$ORACLE_HOME/OPatch/opatch lsinventory
command, take output in a file, and verify that each patch number appears in that file as applied.
0