Thank you visitors!
- 1,358,064 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
- Using Oracle Service Registry in an automated (Maven) SOA/BPM build
- Installing BPM for Developers
- Mobile worklist
- Oracle Maven Repository - Index now available - more to come
- Exposing E-Business Suite services using the Integrated SOA Gateway
- Speeding up VMWare
- How to know that a method was run, when you didn't write that method
- Learn more about the Chef and Puppet sample code
- Installing Oracle REST Data Services (standalone)
-
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
Category Archives: Uncategorized
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
How to disable on-demand deployment of WebLogic console application
This is just a quick one… I often find that just after installing WebLogic Server, I want to disable the on-demand deployment of the console application. No good reason why, I just don’t like it. Maybe because I tend to … Continue reading
Configuring Spaces to authenticate with Active Directory
WebCenter Spaces 11g was released on July 1, 2009. It is a collaboration platform, built on top of Oracle WebCenter 11g. I recently went through the process of setting it up for a client, and integrating it with Microsoft technologies … Continue reading
WebCenter Interaction的单点登录
To English readers: This is a translation of an earlier post, for Chinese audience. 发布于2009年4月1日 Brenda Yin 翻译于2009年6月24日 最近利用了一些时间搭建了一个WebCenter Interaction (WCI) 单点登录的环境。 下面是环境配置信息: 操作系统:Windows 2003 Server 安装的软件: WebCenter Interaction 10.3 Oracle WebLogic Server 10.3: 运行WCI 的应用服务器 Oracle HTTP Server (Apache … Continue reading
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

You must be logged in to post a comment.