Thank you visitors!
- 1,326,886 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!
.Net 11g 12c Active Directory ADF ADF Mobile array Artifactory BPEL BPM C# Chef cluster Coherence Continuous Integration customization database Docker E-Business Suite git Hudson Human Task iPhone Java JDeveloper JDK JMS JVM Mac OS X Maven MDS memory Nexus OAM OPA oracle Oracle Maven Repository ORDS OSB parse PeopleSoft Performance Process Puppet purge REST robot SDLC SOA Sonar Spaces Spring springboot SSO Subversion task flow TEQ Testing Tricks txeventq UCM WCI WebCenter WebLogic Web Service WLS WLST Worklist WS-Security
Subscribe
The A-Team Chronicles
Blogroll
- Antony Reynolds
- Arun Pareek
- Autumnator
- Chris Muir
- Dave Shaffer
- Deepak Arora
- Doug Drechsel
- Eidleman, Johnson et al
- Gary Niu
- George Maggessy
- Jacco H. Landlust
- Jack Desai
- Jan Kettenis
- Jeff Smith
- Maria Colgan
- Mike Somekh
- Official Oracle BPM Blog
- Paul Done
- Peter Moskovits
- Pieter Malan
- Practical BPM
- Rubicon Red
- Shay Shmeltzer
- Steve Button
- Tim Middleton
- WordPress.com
Top Posts
- Installing Oracle REST Data Services (standalone)
- How to read the content of a JMS message using PL/SQL
- Setting up a Maven Repository Manager with Artifactory
- Spring Boot Starters for Oracle updated
- Getting started with the new observability exporter for Oracle database
- Creating a custom profile in Oracle UCM
- Getting started with Continuous Integration for OSB
- Configuring a Java application to connect to Autonomous Database using Mutual TLS
- Implementing Task Details
- Installing WebLogic Server 10.3.3 on Ubuntu (64-bit)
-
Copyright 2009-2022 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.
The header image is a photograph of a cafe in Ravello, Italy, taken by one of my favourite photographers, Roland Slee. Used with permission. Copyright Roland Slee.
About Advertising
WordPress does not allow blog owners to advertise on blogs hosted on wordpress.com, however they do sometimes inject their own advertisments into some pages for some users in order to produce revenue to support the great service they provide to us at no charge. WordPress provide blog owners with the ability to opt-out of this advertising for a small yearly fee. We prefer not to have advertisements displayed to readers of our blog and have opted out for your viewing pleasure.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
Tag Archives: Tricks
Making Coherence play nice in your test environment
This issue has popped up a couple of times for me recently, so I thought I would do a quick post on it. When you are running a number of Fusion Middleware environments in the same IP subnet, as you … Continue reading
Installer cannot access the oraInventory
Ran into another interesting little challenge today. While installing SOA Suite onto a machine which already had another, completely separate Oracle product installation on it (albeit under a different userid), the installer helpfully reported that it could not access /home/oracle/oraInventory. … Continue reading
Finding which JAR contains a class – again!
I posted a few days ago about finding which JAR file contains a class file – something I often want to do. My friend Chris Johnson promptly posted a better version here with caching – thanks Chris! Chris said I … Continue reading
Finding which JAR contains a class
I often want to search through a large number of JAR files looking for a particular class, and every time I do this I wish I had some utility to make it easier. So I finally made one: #!/bin/sh TARGET=”$1″ … 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
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
Recovering an Oracle database after doing something bad to your SPFILE
Well it has been over a year since the last time I broke my database, but I did it again today! This time I increased the sga size without also increasing some other parameter, and the database would not start, … Continue reading
Rename all the files in a directory to add a prefix
This is a bit off topic, but it is something I frequently want to do! When I am producing a new post I usually end up with a number of images that I want to include. I normally create these … Continue reading