My DBA changed the name of my OIM database, what do I do?
I’ve been spending a lot of time working with Oracle Identity Manager (OIM) lately and I’m putting together some walkthroughs / tips and tricks on working with the product. I’ll start with a quick and short one today. Sometimes DBA’s get wild hairs, I think its in their nature, the just decide they want to rename a database and tell all the developers that they need to make updates to their code / jdbc data sources to reflect that. Inside an OIM deploy with OC4J there are two files you need to change to make this happen. They are:
- <OH>/j2ee/<oim container>/config/data-sources.xml (2 places)
- <OIM HOME>/xellerate/config/xlconfig.xml (1 place)
If you search for ‘jdbc:oracle’ in each of the files you should be able to find these references pretty quickly. These are also the places you need to modify things if you are migrating into a RAC environment or if your IP address / hostname / port change on the database.
Hopefully I’ll have something with more meet to post this weekend.
Thursday, June 5th, 2008 @ 1:45 pm
October 22nd, 2008 at 11:05 pm
I am seaching for some idea to write in my blog… somehow come to your blog. best of luck. Eugene
November 5th, 2008 at 6:40 am
Hi,
I am currently starting to implement an OIM. I found some technical information but nothing functional. How to configure the thing (organizations, groups,..) i also found some simple tutorials on technet but nothing on a “real-life” implementation..
Being a oracle applications DBA and former developer, it is hard to dig into the world of identity management, reconciliation and provisioning..
February 28th, 2009 at 5:02 pm
Thanks a bunch for the post.