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

Posted in Uncategorized | Tagged , , | 1 Comment

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

Posted in Uncategorized | Tagged , , | 1 Comment

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

Posted in Uncategorized | Tagged , , | 4 Comments

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

Posted in Uncategorized | Tagged , , | Leave a comment

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

Posted in Uncategorized | Tagged , | 2 Comments

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

Posted in Uncategorized | Tagged | 3 Comments

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

Posted in Uncategorized | Tagged | Leave a comment

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

Posted in Uncategorized | Tagged | Leave a comment

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

Posted in Uncategorized | Tagged , | Leave a comment