Showing posts with label FUSION MIDDLEWARE. Show all posts
Showing posts with label FUSION MIDDLEWARE. Show all posts

Wednesday, August 3, 2011

Install Webpass on Machine where Oracle Http Server(OHS) is installed

Oracle Fusion Middleware : Oracle Access manager is IDM component .


To install the Oracle Access manager WebPass, Oracle Http Server should be present.

Then we followed the below steps :

./Oracle_Access_Manager10_1_4_3_0_linux_OHS11g_WebPass -gui



Install Oracle Access Manager 10.1.4.3.0

Oracle Access Manager (10.1.4.3.0) is a used to Implement SSO ( Single Sign On ) for Enterprise Applications. Oracle Access Manager 10.1.4.3.0 is part of the Fusion Middleware 11g .

For Installing Oracle Access Manager we need to fulfill the below pre-requisites:

  1. Install the Weblogic Server. (We are using WLS 10.3.2.0)

  2. Install the Database. (Please see the certification Matrix for the compatible database versions.)


We are using Oracle Database version 11.2.0.1.

  1. Create the Metadata Repository and necessary Schemas in the database required for the Oracle Identity Management components using RCU.


As we have used Oracle Weblogic 10.3.2.0, so we used RCU 111120 to create the necessary schemas into the database.

  1. Now Install the Oracle Identity Management 11g

Sunday, July 31, 2011

Install Oracle Database 11.2.0.1 on Linux

I had to Install Oracle Identity Manager for SSO which needs Oracle Database for MetaData Repository Storage.

I followed the Below steps to Install the Database.

Version used: Oracle 11.2.0.1

OS Used : Enterprise Linux Enterprise Linux Server release 5.2 (Carthage)

Created one OS user : oracle .

Created two OS group : dba, oinstall.

Added the OS user : Oracle to Group dba and oinstall.