.:MattTopper.com:.

5Jun/083

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.

Filed under: General 3 Comments
4Jun/084

Widget for Voting in the Mix!

So I've been missing from here, email, etc for a while but I'll address that later, for a sneak preview of why you can see my new disclaimer on the right hand side of this blog.  If you've been paying attention to the guys over at AppsLab (and who wouldn't be), you'll have noticed that they added some new functionality to Oracle Mix to nominate and vote on sessions for this years Oracle Open World.  Not too long after the launch Jake mentioned that they needed some new ideas on how to review the submitted sessions.  I had an idea to create a wordpress widget that lists all the sessions in a random order.  It took me a little while squeezing it out while life got in the way, but here it is:

Download mix-oow-2008-widget

If you want to check it out you can see it running in the sidebar of every page on this blog.  It's a pretty generic plug-in, if you want to stream any feed from mix it should be pretty simple to modify, just remove the parsing for votes in the code.  The installation is pretty simple: