How to find Oracle Identity Analytics (OIA – RBACX) version

Oracle Identity Analytics (OIA) earlier Sun Role Manager (SRM) provides ability to define and manage roles and automate identity based controls. OIA also provides Attestation and SoD (Segregation of Duties). For list of OIA features click here

This post covers steps to find version of OIA installed on system.

Note: Latest version of OIA is 11gR1 PS1 (11.1.1.5) BP03 (11.1.1.5.3) as of Sep 2012. There is no OIA 11gR2 (11.1.2) version available yet (Sep 2012). (More on IDM 11gR2 here)

There are multiple ways to find OIA version running on system and here are steps

Option 1) Check from OIA Admin Console : Login to OIA and click About on top right corner

 

Option 2 : From OIA (RBACX) log file : rbacx.log records version of OIA (Location of OIA is defined in file log4j.properties by property log4j.appender.file )

For Example for OIA 11.1.1.5 you should see output like
11:41:51,909 INFO [ContextLifecycleListener] Oracle Identity Analytics (build: 11.1.1.5.0.20110816_22_11024) Started

For 11.1.1.5.3 (BP03) you should see output like
14:27:50,822 INFO [ContextLifecycleListener] Oracle Identity Analytics (build: 11.1.1.5.3.20120221_1_11572) Started

 

Option 3: From WAR file : exploded RBACX_war_directory/WEB-INF/classes/VERSION.txt and look for Implemetation-Version tag

like

cat VERSION.txt
#DON’T EDIT THIS FILE!
#Tue Feb 21 15:51:01 CST 2012
Implementation-Build=20120221_1_11572
Implementation-Title=Oracle Identity Analytics
Implementation-Vendor=Oracle
Implementation-Version=11.1.1.5.3

 

About the Author Atul Kumar

Oracle ACE, Author, Speaker and Founder of K21 Technologies & K21 Academy : Specialising in Design, Implement, and Trainings.

follow me on:

Leave a Comment:

Not found