Thank you visitors!
- 1,358,153 people have been kind enough to visit our humble blog. Others get our posts by RSS or email or through syndicators. We hope you took away something of value. Please come again!
Top Posts
- Installing Oracle REST Data Services (standalone)
- Getting started with the new observability exporter for Oracle database
- Getting started with Oracle Vector Store support in LangChain
- Configuring a Java application to connect to Autonomous Database using Mutual TLS
- Using Java/Spring components in SOA/BPM 11g
- Using Multiple Datasources with Spring Boot and Spring Data JPA
-
Copyright 2009-2026 Mark Nelson and other contributors. All Rights Reserved. The views expressed in this blog are our own and do not necessarily reflect the views of Oracle Corporation. All content is provided on an ‘as is’ basis, without warranties or conditions of any kind, either express or implied, including, without limitation, any warranties or conditions of title, non-infringement, merchantability, or fitness for a particular purpose. You are solely responsible for determining the appropriateness of using or redistributing and assume any risks.
Subscribe
Our other publications
Building a Custom BPM Worklist, Oracle InSync 2011 User Group presentation
Performance Tuning for Oracle Business Process Management Suite 10g, Oracle Whitepaper, July 2011
Performance Tuning for Oracle Business Process Management Suite 11g, Oracle Whitepaper, February 2013
Oracle BPM Suite 11g: Advanced BPMN Topics, Packt Publishing, September 2012
Fusion Middleware 12.1.2: Developing Applications with Continuous Integration
Fusion Middleware 12.1.3: Developing Applications with Continuous Integration
Author Archives: Mark Nelson
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
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
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
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
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
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
Matt’s book
My colleagues Matt Wright and Antony Reynolds have released a great book on Oracle SOA Suite, available from Amazon.
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
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

You must be logged in to post a comment.