Monday, February 25, 2013

Exporting Metadata from MDS and Importing Metadata into MDS

Version: Oracle Identity Manager 11g R1
Description: This post demonstrates how to export and import metadata. This is useful for making system configuration changes in OIM as well as pushing up plugins. As an example, I will export the OIM main configuration file from OIM. MDS Schema and import a modified OIM main configuration file into OIM.MDS. The changes made in the OIM main configuration file would disable reloading of adapters and plugin.

References
MDS Utility Guide: http://docs.oracle.com/cd/E17904_01/doc.1111/e14309/utils.htm
Example: http://docs.oracle.com/cd/E17904_01/doc.1111/e14308/tuningforappserver.htm#CHDFHAGI

Sunday, February 24, 2013

How to Create a JDBC Generic Data Sources in WebLogic 10.3.5

Version: WebLogic 10.3.5
Description: This post demonstrates how to create a generic data source in your WebLogic domain using the WebLogic Administration console. MySQL database is used as example.
References: http://docs.oracle.com/cd/E21764_01/web.1111/e13737/jdbc_datasources.htm#i1204742

Sunday, February 17, 2013

Connecting to OIM Schema Through the OIMClient In Java

Version: Oracle Identity Manager 11g R1
Description: A Java application to demonstrate how to connect to your OIM Schema provided that you have an OIMClient. The user who is logged in for the OIMClient needs to be an End-User Administrator in order to use the tcDatabaseClient. The “Design Console Access” attribute on the OIM User Profile determines whether a user is an End-User or an End-User Administrator. Accessing the OIM Schema through this method does not need the database user credential.

Tuesday, February 12, 2013

Patching OIM 11.1.1.5.x to 11.1.1.5.6

Description
This post demonstrates how to patch OIM from 11.1.1.1.5 to 11.1.1.5.6. Patches are cumulative. For example, the OIM 11.1.1.5.6 patch contains the bug fixes from OIM 11.1.1.5.0 - 11.1.1.5.5 patches. You can download the patch at My Oracle Support

Patch Number: 14760839
Bundle Name: Oracle Identity Management Suite BP patch of 11.1.1.5.2
The bundle contains patches for the following products:
- OIM 11.1.1.5.6
- OAM 11.1.1.5.5
- OES 11.1.1.5.4
- OAAM 11.1.5.2

Our main focus will be the patch for OIM 11.1.1.5.6. The other patches do not need to be applied if you are only patching OIM.

Wednesday, February 6, 2013

Using Git and GitHub on Linux

Description: This guide will go over the basics of git and the use of GitHub to version your projects.

Friday, February 1, 2013

OIM 11g Deploying a Custom Event Handler

Version: Oracle Identity Manager 11g R1
Description: This guide demonstrates the process of setting up and deploying a custom event handler.  It also shows you how to remove an event handler. Custom event handlers can be developed to extend the functionality of OIM User Management Operations.