Friday, July 12, 2013

Find OIF version

After patching OIF from base 11.1.1.2.0 to higher version and still you're seeing OIF 11.1.1.2 in WebLogic console? Do you want to know if the version has upgraded after patching successfully, well here is a simple way to do:

  1.     Goto /inventory/Patches21/oracle.idm.oif
  2.     Run 'ls -la'
  3.     It would display 3 results. OIF version can be found from the below sample results of this command.
drwxr-x---   3 idmadm   idmadm        96 Jan 20  2012 .
drwxr-x---  33 idmadm   idmadm      2048 Jan 20  2012 ..
drwxr-x---   3 idmadm   idmadm      1024 Jan 20  2012 11.1.1.5.0

There is an alternative approach.
  1. Goto  /OPatch
  2. export ORACLE_HOME variable.
  3. export PATH variable by appending ORACLE_HOME/OPatch
  4. Run opatch lsinventory

No comments:

Post a Comment