Author Archives: Mark Nelson

About Mark Nelson

Mark Nelson is a Developer Evangelist at Oracle, focusing on microservices and AI. Mark has served as a Section Leader in Stanford's Code in Place program that has introduced tens of thousands of people to the joy of programming, he is a published author, a reviewer and contributor, a content creator and a lifelong learner. He enjoys traveling, meeting people and learning about foods and cultures of the world. Mark has worked at Oracle since 2006 and before that at IBM since 1994.

Configuring UCM to use Active Directory with Apache

Today, I wanted to configure Oracle Universal Content Management (UCM) 10gR3 to allow authentication via Active Directory.  I am running UCM through an Apache web server.  Everything is running on Windows Server 2003 R2. Preparing Active Directory The first step … Continue reading

Posted in Uncategorized | Tagged , | 2 Comments

Free space in Oracle tablespaces

I occasionally want to know what tablespaces I have defined, how big they are and how much free space is available. Thanks to Praveen at http://www.expertsharing.com/2008/02/26/calculate-size-of-tablespace-free-space-of-a-tablespace/ for providing the following query, which makes this information available easily. set pages 999; … Continue reading

Posted in Uncategorized | Tagged | 3 Comments

Integrating SOA Suite with Oracle Internet Directory

My colleague Srini wrote an article on integrating SOA Suite with Oracle Internet Directory, which is available at http://redshift-au.blogspot.com/2009/05/soa-oid-integration.html

Posted in Uncategorized | Tagged | Leave a comment

Using opmnctl to start enterprise applications

Using Oracle Application Server or OC4J, you sometimes want to start an enterprise application from the command line, when the Enterprise Manager (administration console) is not available – usually it is the ascontrol application (the administration console itself) that I … Continue reading

Posted in Uncategorized | Tagged | Leave a comment

Service enabling WebCenter Interaction

Today, I needed to create a web service to expose some functionality from WebCenter Interaction.  In this case, I needed to be able to have an external process move a document from one folder to another in the knowledge repository. … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment

Database won’t start because of missing datafile

I had a situation today where my database would not start because “someone” had deleted a datafile.  While deleting the datafile at the OS level was probably not a particularly good decision, things like this do happen occasionally, so how … Continue reading

Posted in Uncategorized | Tagged | 1 Comment

Matt’s book

My colleagues Matt Wright and Antony Reynolds have released a great book on Oracle SOA Suite, available from Amazon.

Posted in Uncategorized | Tagged | Leave a comment

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