G Determining the Server Version

You can determine the version of Oracle Identity Manager that is deployed by running the OPatch command. This command lists all patches applied to a specific Oracle Home location including the Bundle Patches and any one-off patches that have been applied.

To determine Oracle Identity Manager server version:

  1. Set the ORACLE_HOME environment variable by running the following command:

    export ORACLE_HOME=$OIM_ORACLE_HOME
    
  2. Go to the OIM_ORACLE_HOME/OPatch/opatch/ directory, and run the following command:

    opatch lsinventory
    

    Note:

    If you run the Opatch command on a 64-bit kernel, then the following error message is displayed:
    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)
    

    To avoid this issue, set the following environment variable before running opatch:

    export JVM_D64=-d64
    

    The output of the Opatch command displays the OUI version, Oracle IDM Suite version, and all the interim patches applied till date.