Thank you visitors!
- 1,320,658 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 OSB PeopleSoft Performance Process Puppet purge robot Rules SDLC SOA Sonar Spaces Spring SSO Subversion task flow TEQ Testing Tricks Ubuntu UCM upgrade WCI WebCenter WebLogic Web Service WLS WLST Worklist WS-Security WSRP XE
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)
- Getting started with Continuous Integration for OSB
- Configuring a Java application to connect to Autonomous Database using Mutual TLS
- Development environment setup for Spring Boot with Oracle
- Installing WebLogic Server on Mac OS X
- Extending Continuous Integration to include MDS-dependent components
- Setting up security for the worklist
- SOA SDLC
- BPMN process editor problems in 11.1.1.6
- BPMN process editor problems in 11.1.1.6 (update)
-
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: database
Getting started with the new observability exporter for Oracle database
My colleague Paul Parkinson recently published our new unified obserability exporter for Oracle Database on GitHub, you can read about it here. I wanted to start playing around with it to see what we can do with it. In this … Continue reading
Getting to know Docker – a better way to do virtualization?
In this post, with guest co-writers Edwin Biemond (@biemond) and Joel Nation (@joelith), we will explore virtualization with Docker. You may have heard of Docker, it is getting a lot of interest lately, especially with the recent announcement that Google … Continue reading
SOA/BPM 11g purging whitepaper
The long awaited whitepaper on purging SOA/BPM 11g databases by Michael Bousamra with Deepak Arora and Sai Sudarsan Pogaru has been released and is available here. I recommend you take a look!
Getting started with tuning your SOA/BPM database using AWR
Update: When I initially published this post, I was relying on information from a single source inside Oracle, however since publishing it, I have been discussing the content further with other sources in the Oracle community, and in the course … 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
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
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
Running JDeveloper 11g and Oracle database on Mac OS X
A quick note to my fellow Mac OS X users who want to use JDeveloper 11g to do development and testing on Mac OS X. I found the newly released JDeveloper 11g (the one that came with the Fusion Middleware … 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
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
You must be logged in to post a comment.