Tag Archives: Oracle

Using sed to clean up an LDIF file for import #Oracle #Identity #UNIX

I needed to import a group of users, into Oracle Internet Directory (OID) with attributes in a variety of backend data stores. I used Oracle Virtual Directory to virtualize the data stores into a single ldap view. I used the … Continue reading

Posted in Directory Services, IdM, Linux, Oracle | Tagged , , , | Leave a comment

Troubleshooting errors starting #OID #11g #Oracle #Identity #LDAP

I have an Oracle Identity 11g environment running on VirtualBox 4.0. This is a development environment that I use to test out various installations and configurations. I noticed the other day that I wasn’t able to start the Oracle Internet … Continue reading

Posted in Directory Services, IdM, Oracle | Tagged , , | 2 Comments

Recover Weblogic server admin password (on Linux)

On a virtual machine that I installed Oracle Identity Federation I found that I could not remember what I  had set the Weblogic Server (WLS) password to.  I needed a way to recover this password so that I would not … Continue reading

Posted in IdM, Oracle | Tagged , , , | 1 Comment

Upgrade #Oracle #OIF to 11.1.1.3 #IDM #Identity

We installed Oracle Identity Federation (OIF) 11.1.1.2 a few months ago and had to move on to some other, more pressing IDM-related issues.  We finally came back to the Federation tasks at the beginning of September.  The first thing I … Continue reading

Posted in IdM, Oracle | Tagged , , , , | 1 Comment

Hardware Load Balancers #Oracle #IdM #OAM

Many people ask how they should implement hardware-based load balancers into an Oracle Access Manager (OAM) implementation. As a rule of thumb: load balancers should be placed in front of the web/application servers where the web gates are installed (i.e., … Continue reading

Posted in IdM, Oracle | Tagged , , | 1 Comment

Bash Script to set up Oracle Identity Environment on Linux

#!/bin/bash ############################################################# # Created on: 2/17/09 # Last Updated: 07/09/09 # Version 2.1.6 ############################################################# #clear the screen clear #check for root user (this script must be run as root) if [[ $EUID -ne 0 ]]; then echo “This script must … Continue reading

Posted in IdM, Oracle | Tagged , , | 2 Comments