Thank you visitors!
- 1,358,150 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 Oracle Vector Store support in LangChain
- Using Multiple Datasources with Spring Boot and Spring Data JPA
- A first Spring Boot microservice with Oracle
- Running Oracle Autonomous Database in a container
- Getting started with the new observability exporter for Oracle database
- Oracle WebCenter Spaces Task Flow Customization
- Basic Retrieval Augmented Generation with Oracle Vector Store in LangChain
- Installing Oracle Policy Automation on WebLogic Server
- Increasing swap size on Solaris (using ZFS)
-
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
Increasing swap size on Solaris (using ZFS)
Today, I was installing the Oracle Database 11g R2 on a Solaris system, but it failed a prerequisite check during the installation – it did not have enough swap space available. This particular system I had installed with ZFS. Turns … Continue reading
Recommended JVM parameters for 11g products
I often get asked to recommend some JVM parameters for people running one (or more) of the Oracle Fusion Middleware 11g products – like BPM, SOA, UCM, WebCenter, etc. on top of WebLogic Server. Here are my current list of … Continue reading
Memory problems with BPM or SOA 11g, especially after multiple composite deployments
Update: There is now a bundle patch available that contains all the recommended patches on top of BPM 11.1.1.3 – the patch number is 9958661 and this patch should be installed in preference to the individual patches listed below. A number … Continue reading
Opening a BPMN process from Oracle BPA Suite
Some organisations use Oracle BPA Suite (which is based on ARIS) to model their organisation’s business processes from the highest level (strategy) down to the operational process level. Such organisations will often follow the ARIS methodology, or some customised version … Continue reading
Installing BPM for Developers
If you are going to be doing development for Oracle BPM Suite 11g, you may want to install a copy of BPM on your own machine so that you can do some unit testing as you build components and composites. … Continue reading
Consuming E-Business Suite web services using Oracle Service Bus, or Using Oracle Service Bus with OWSM Policies to call WS-Security protected services
This post demonstrates how to expose an E-Business Suite interface as a web service, in this case the PL/SQL API for getting a price for a product. Once you have exposed a service, you are probably going to want to … Continue reading
Deploying to WebLogic Server on Amazon EC2 from JDeveloper
Sometimes, when running WebLogic Server on the Amazon Elastic Compute Cloud, you may find that you are unable to deploy from your local JDeveloper to your WebLogic Server instance. Andrew Rosson has written a helpful post (here) that provides a simple … Continue reading
Purging old instance data from SOA/BPM 11g
When you are running a lot of instances of your composites through SOA/BPM 11g in your testing/development environment, you will start to fill up the available space in your database with the logging and auditing information for these instances. From … Continue reading
Iterating/traversing arrays in BPM
Update: See this post for an updated example. Recently, I was working with a customer who has a requirement to create an arbitrary number of human tasks, based on the cardinality of an input data structure (array). A bit of … Continue reading
End-to-end installation of WebCenter and BPM 11g (64-bit)
In this post we will present a complete end-to-end installation and configuration of Oracle BPM 11.1.1.3, including Oracle WebCenter 11.1.1.3 for the Process Portal, Spaces and Composer features, on the Oracle Enterprise Linux 5.4 64-bit operating system, with Oracle Database … Continue reading

You must be logged in to post a comment.