Category Archives: Uncategorized

Oracle Access Manager Password Management

This post covers the configurations and the required steps to achieve Oracle Access Manager Password Management Use-cases. In this set-up there is no integration with Oracle Identity Manager. In this set-up Oracle Access Manger version is 11gR2 (11.1.1.2) and OUD … Continue reading

Posted in Uncategorized | Tagged , , | 9 Comments

IDM environment setup

Error If you get “The required JDK for this installtion is 1.6.0 and JDK you are running currently with version 1.4.2” this error while installing weblogic you need to point to required java version. Fix: step1: verify current java version … Continue reading

Posted in Uncategorized | Tagged | Leave a comment

Query to get RCU version

1.To get the RCU version of the schemas installed. SQL>SELECT OWNER, VERSION, STATUS, UPGRADED FROM SCHEMA_VERSION_REGISTRY Result ————————————————————————- DEVR2_BIPLATFORM 11.1.1.6.0 VALID N DEV3_BIPLATFORM 11.1.1.6.0 VALID N DEV_BIPLATFORM 11.1.1.6.0 VALID N DEV3_IAU 11.1.1.6.0 VALID N DEVR2_IAU 11.1.1.6.0 VALID N DEVR2_MDS 11.1.1.6.0 … Continue reading

Posted in Uncategorized | Leave a comment

OAMR2 and BI Publisher Reports

This link has the information for the step by step instructions to get audit reports for OAMR2 in BI Publisher http://oraclemiddlewareblog.com/2012/07/31/how-to-run-oam-11g-audit-reports-in-bi-publisher-11g/

Posted in Uncategorized | Tagged | Leave a comment

OHS,OID Auditing to Database

If you are not able audit data to database for OID and OHS after modifying the opmn.xml.Verify after doing the below steps. 1.Set the environment variables example export ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome_1 export ORACLE_INSTANCE=/u01/Oracle/Middleware/Oracle_WT1/instances/ohs export COMMON_COMPONENTS_HOME=/u01/Oracle/Middleware/oracle_common 2.Follow the steps from “12.2.4 Configure a … Continue reading

Posted in Uncategorized | Tagged | Leave a comment

Base Virtual Box on OEL

1. Introduction This document helps in creating Base Virtual Box Image using Oracle Enterprise Linux. Following are the topics covered in the below post. 1.1.How to download Virtual box and Oracle Enterprise Linux. 1.2. How to install Virtual box on … Continue reading

Posted in Uncategorized | Leave a comment

Authentication to OAM from Database using OVD

1.This post is to show how to make the oracle database as a authentication store to Oracle Access Manager using Oracle Virtual Directory(OVD). 2.Create a table in the database with required fields as username,password 3.Create an adapter in the OVD … Continue reading

Posted in Uncategorized | 2 Comments

Reset OAAM Challenge Questions from OAAM Admin console

1.Login to weblogic and Create a user named as oaamcsruser and add OAAMCSRGroup and OAAMCSRManagerGroup as shown below. 2.Login to OAAM Admin console using oaamcsruser. 3.Create a case to reset the challange question as shown below. 4.Now if the user … Continue reading

Posted in Uncategorized | Leave a comment