Tag Archives: 11g

Human Workflow in 11g

Update:  If you are interested in Human Workflow, you may also find this post interesting.  It’s not about workflow per se, but it does show how to use a simple workflow in a BPMN process on 11g. I am often … Continue reading

Posted in Uncategorized | Tagged , , , | 18 Comments

A simple JMS client for WebLogic 11g

UPDATE: An update to this simple client is posted here. Quite often I find that I want to be able to send some JMS messages programmatically, so I decided to write a simple, reusable Java class to help with this … Continue reading

Posted in Uncategorized | Tagged , , | 11 Comments

How to disable on-demand deployment of WebLogic console application

This is just a quick one… I often find that just after installing WebLogic Server, I want to disable the on-demand deployment of the console application.  No good reason why, I just don’t like it.  Maybe because I tend to … Continue reading

Posted in Uncategorized | Tagged , , | 1 Comment

Configuring Spaces to authenticate with Active Directory

WebCenter Spaces 11g was released on July 1, 2009.  It is a collaboration platform, built on top of Oracle WebCenter 11g. I recently went through the process of setting it up for a client, and integrating it with Microsoft technologies … Continue reading

Posted in Uncategorized | Tagged , , | 4 Comments

Single Sign On for WebCenter Interaction

I have spent a little time recently setting up single sign on for WebCenter Interaction. My environment is WebCenter Interaction 10.3 running on Oracle WebLogic Server 10.3 on Windows 2003 Server, with an Oracle HTTP Server (Apache 1.3) HTTP Proxy, … Continue reading

Posted in Uncategorized | Tagged , , , | 4 Comments

Restoring an Oracle database backup to another version of the database

Picked up a handy little tip.  If you want to move a bunch of data from one Oracle database to another, you can use the exp and imp utilities to dump the data and restore it respectively. But what if … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment

Running SOA Suite 10g on Oracle Database 11g

This is not the first time I have gone looking for this patch, which allows you to install Oracle SOA Suite 10g with an Oracle 11g database, and I know it wont be the last.  So here is the link: … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment