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
Using Oracle XE with BPM 11.1.1.4
If you want to use the Oracle XE database in your development/test environments with BPM 11.1.1.4, you will need to make sure to follow the advice on the download page: If you want to use XE you can set the … Continue reading
What BPM adds to SOA Suite
Oracle has just released Oracle SOA Suite and Oracle BPM Suite 11.1.1.4 (often referred to as ‘Patch Set 3,’) the second release that includes comprehensive support for both Business Process Modeling Notation (BPMN) and Business Process Execution Language (BPEL) for … Continue reading
Improving XQuery performance
XQuery transformations are often used in pipelines in Oracle Service Bus to perform data transformation. Performance of XQuery transformations is a key area to focus on when performance tuning an Oracle Service Bus environment. During performance testing of your project … Continue reading
Visualising Garbage Collection in the JVM
Recently, I have been working with a number of customers on JVM tuning exercises. It seems that there is not widespread knowledge amongst developers and administrators about how garbage collection works, and how the JVM uses memory. So, I decided … Continue reading
Simple JMS client in Scala
In a small departure from our normal Java oriented examples, this post shows how to send a JMS message from Scala. It is basically a port of the simple JMS client found in this post. This example is written to run … Continue reading
Configuring Maven to run your Java application
Recently I was working on a project using Maven, and I really wanted to be able to run the project easily without needing to worry about all the classpath entries. Turns out it is relatively easy to set up Maven … Continue reading
Changing the port that WebLogic listens on (using WLST)
Occasionally I need to change the port that my WebLogic AdminServer is listening on, without actually starting up the server. Usually this is because I have just created a new domain, and I forgot to change the port in the … Continue reading
Using WebLogic as a Load Balancer
Recently, I was working with a customer who was developing an application on Windows (developer) machines and was planning to deploy to a (production) cluster of WebLogic Servers running on Solaris, with a hardware load balancer. In order to do … Continue reading
Purging old instance data from SOA/BPEL 10g
My colleague Deepak Arora (see his blog here) has written an excellent white paper on purging old instance data from SOA Suite/BPEL 10g and also a great blog post on automating the deletion of old partitions. If you are interested in … Continue reading
Extracting Garbage Collection messages from a WebLogic Server log file
Recently, I was doing some work on tuning Garbage Collection in a HotSpot JVM (i.e. “the Sun JVM”) underneath WebLogic Server 10.3.3. In order to do this, I wanted to look at the Garbage Collection logs. The JVM will produce … Continue reading

You must be logged in to post a comment.