Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

Identity Manager - Version 11.1.1.3.

0 and later
Information in this document applies to any platform.
**Check for Relevance on 31-Oct-2013**
GOAL
How to Determine the OIM 11g Server Version?
SOLUTION
Use OPatch. It will list all patches applied to a specific Oracle Home including
Bundle Patches and any one-offs that were provided and subsequently
applied.
opatch relevant to OIM is located at:
$OIM_ORACLE_HOME/OPatch/opatch
"opatch lsinventory -details" is the syntax to use.
Make sure to set ORACLE_HOME correctly, for example :
export ORACLE_HOME=$OIM_ORACLE_HOME
Note: if running on a 64-bit kernel, one might get the following error
message :

java.lang.UnsatisfiedLinkError:
/opt/oracle/Oracle/Middleware/Oracle_OID1/oui/lib/solaris/liboraInstaller.so: ld.so.1:
java: fatal:
/opt/oracle/Oracle/Middleware/Oracle_OID1/oui/lib/solaris/liboraInstaller.so: wrong
ELF class: ELFCLASS64 (Possible cause: architecture word width mismatch)

In this case, set the following variable before starting opatch :


export JVM_D64=-d64

Here is an example output of opatch:


$ OPatch/opatch lsinventory
Invoking OPatch 11.1.0.8.3
Oracle Interim Patch Installer version 11.1.0.8.3
Copyright (c) 2010, Oracle Corporation. All rights reserved.
Oracle Home : /opt/middleware/Oracle_IDM1
Central Inventory : /u01/app/oraInventory
from : /etc/oraInst.loc
OPatch version : 11.1.0.8.3

OUI version : 11.1.0.8.0


OUI location : /opt/middleware/Oracle_IDM1/oui
Log file location : /opt/middleware/Oracle_IDM1/cfgtoollogs/opatch/opatch2011-0311_12-08-29PM.log
Patch history file: /opt/middleware/Oracle_IDM1/cfgtoollogs/opatch/opatch_history.txt
OPatch detects the Middleware Home as "/opt/middleware"
Lsinventory Output file location :
/opt/middleware/Oracle_IDM1/cfgtoollogs/opatch/lsinv/lsinventory2011-03-11_12-0829PM.txt
-------------------------------------------------------------------------------Installed Top-level Products (1):
Oracle IDM Suite 11.1.1.3.0
There are 1 products installed in this Oracle Home.
Interim patches (1) :
Patch 11061319 : applied on Tue Feb 22 18:39:15 EET 2011
Unique Patch ID: 13436310
Created on 8 Feb 2011, 03:32:25 hrs PST8PDT
Bugs fixed:
9919370, 10340144, 10190828, 10070173, 9915271, 10195409, 9738411
10352887, 9919129, 9978426, 9909361, 10315724, 9845466, 10266205, 10365955
9898562, 10141155, 9906788, 10168053, 10367120, 9929903, 11061319
9761821, 10076682, 9919240, 9864411, 10297969, 10190513, 11673885
10022428, 9894936, 10195496, 9860784, 10041190, 9751415, 10177062
10299714, 9929558, 10323254, 10104765, 9889215, 10259078, 11675924
9929957, 10021277, 10300605, 9929886, 10096765, 9845555, 10359376
9923310, 9895926, 9797592, 10334725, 10180834, 9889473, 9939504, 10300756
10257660, 10195470, 10175871, 10074163, 10180193, 9872167, 10302071
9866037, 11672164, 9939042, 10139333

Then the "Interim patch" numbers can be used as a key to find the BP
applied, based on the table available in the following notes
For
For
For
For

11g: Document 1275998.1


11g PS1: Document 1360009.1
11g R2: Document 1499587.1
11g R2 PS1: Document 1569191.1

Please note that the information contained in the XSD table in OIM
schema should not be used, as it is not reliable.

You might also like