Oracle Adaptive Access Manager (OAAM) for beginners

Oracle Adaptive Access Manger  is an Access Management product from Oracle Access Management Suite Plus (other products from Access Management Suite plus are OAM, OES, OIF, eSSO, OpenSSO Fedlet, OWSM, and STS ).  To know more about OAAM check Mahendra’s post and for OAAM version 11.1.1.5 my previous post here. For list of all Oracle […]

Read More

Oracle Fusion Applications (FA) 11g R1 PS3 (11.1.4) is now available

    Last week Oracle released Fusion Applications (FA) 11g R1 Update 3 (11.1.4). I am going to cover new features in FA version 11.1.4 for Administrators in my upcoming posts . For now download Oracle Fusion Apps 11.1.4 from eDelivery Documentation of Fusion Apps 11.1.4 is available here   Contact Us If you are looking for Fusion […]

Read More

Oracle #WebLogic Server 12c : SE vs EE vs Suite License Options

In this post I am going to cover License Options available with Oracle WebLogic 12c , Contact Us If you are looking for any help on WebLogic Licenses.   WebLogic Server 12c is available in three licensing offering (with additional management packs) – WebLogic Standard Edition (SE), Enterprise Edition (EE), and WebLogic Suite a) WebLogic SE : Non […]

Read More

Compiling Forms in Oracle Apps R12 : APP-WSH-231210 ORA-04062 WSH_DELIVERY_DETAILS_INV

. Last week for our Order Management training while checking transaction status in Order Management (Responsibility Order Management Super User, Vision Operations (USA) : Navigation : Shipping >> Transaction) trainees faced error APP-WSH-231210 An unexpected Error Occurred for Line .. The Error is ORA-04062 signature of package APPS.WSH_DELIVERY_DETAILS_INV has been changes Looking at error message it is clear […]

Read More

Weekday Batch of Online Oracle Weblogic Administrator Training commencing from 14th May 2012

We are glad to announce the new Weekday batch of Oracle Weblogic Administrator  Training starting 14th May 2012. Why this training is necessary: This course trains system administrators and data center personnel on techniques for installing, configuring, deploying, and securing distributed, clustered applications and systems deployed on Oracle WebLogic Server. This training focuses on techniques for building high-availabilit,clustered configurations […]

Read More

Weekend Online Oracle R12 Apps DBA Training commencing from 13th May 2012

We are glad to announce the new batch of Oracle Apps DBA R12 Training starting 13th May 2012. Why this training is necessary: Our online course gives you an exposure to Oracle Applications which enhances job prospects. Oracle Apps DBA’s are paid higher and face lesser competition in the job market as compared to Core DBA’s. We will […]

Read More

Exporting and importing of policies in OAM 11g

  This post talks about the command used to export and importing of OAM 11g policies. OAM 11g provides this functionality through WLST scripting tool. This is the only possible approach to automatically export all policies from OAM 11g. The below steps are appropriate in linux env for exporting policies. Goto $ORACLE_HOME/common/bin. Run ./wlst.sh connect(‘weblogic’,’password’,’t3://weblogic_host:port’) […]

Read More

How to set and get session attributes in OAM 11g

Session & session attributes are newly introduced in OAM 11g. OAM 11g maintains a session at server side the sessionIds are managed by Session Management Engine SME. How to retrieve session IDs from OAM server are explained in post. So this post will give a sample code snippet to set and retrieve session attributes from […]

Read More

Username based authentication using OAM 11g

I have worked on a OAM 11g requirement that needs to do authentication based on only username. There is a OOTB authentication scheme available in OAM 11g called LDAPNoPasswordValidationScheme. This authentication scheme uses the Authentication module LDAPNoPasswordAuthModule and that in turn points to Embedded Weblogic identity store by default. I have to perform all this […]

Read More

How to read session Ids of a user from OAM 11g

We are extensively using OAM 11g API in our project out of which there is a requirement to set session attributes for a OAM user session. Session attributes is a concept newly introduced in OAM 11g (not there in 10g). So once OAM session is created we can retrieve the session Ids by using the […]

Read More
Not found