Follow Me
- The Identity & Access Mgmt Daily is out! http://t.co/S1KvhlSh ▸ Top stories today via @travisspencer @steve_lockstep @frumioj @symplified 12 hours ago
- The mac-pros Daily is out! http://t.co/TTaRj6Ri 12 hours ago
- Just installed my @LifeProof case ... Tempted to dunk my phone into my wonton soup. 1 day ago
- The Identity & Access Mgmt Daily is out! http://t.co/S1KvhlSh ▸ Top stories today via @tootallsid @quest @stevetout @peter230769 1 day ago
- The mac-pros Daily is out! http://t.co/TTaRj6Ri 1 day ago
Recent Posts
- February 2012 (1)
- January 2012 (3)
- October 2011 (2)
- September 2011 (1)
- April 2011 (4)
- March 2011 (1)
- February 2011 (1)
- January 2011 (2)
- December 2010 (1)
- October 2010 (2)
- September 2010 (3)
- July 2010 (2)
- June 2010 (1)
- May 2010 (6)
- April 2010 (4)
- March 2010 (2)
- February 2010 (2)
- January 2010 (5)
- August 2009 (2)
- July 2009 (2)
- June 2009 (2)
- February 2009 (1)
Blogroll
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 Identity, Linux, Oracle, sed
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
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
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
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
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