Follow Us on Twitter

TLS v1.2 in Apache for the PKIoverheid

September 13, 2011

When working with the PKIoverheid in The Netherlands to digitally communicate with the Dutch government over the internet, one has to implement WS-Security message signing as well as two-way SSL message encrypting.

It is common practice that the back-end systems (such as an Oracle Service Bus for example) are not directly connected to the internet. Often there is some gateway in front that acts as a reverse proxy, load balancer and/or SSL offloader. Within the “WebLogic-world” the Apache HTTP server is often used together with the mod_wl plugin for load balancing. This is, naturally, also a good place to also do the SSL offloading, and handle the two-way SSL transport.

Since August, the Dutch government requires SHA256 certificates, which is part of the TLS v1.2 implementation. This TLS standard is unfortunately still not fully supported everywhere. When using Apache for example, the de-facto standard for SSL is mod_ssl (based on OpenSSL). However, there is still not full support for TLS v1.2 in the latest stable release (v1.0.1) of OpenSSL at the time of writing.

A quick workaround is to switch to GnuTLS and the mod_gnutls Apache module. It works in a similar way as mod_ssl, and has full TLS v1.2 support.

Read the full article →

Interesting finds in Oracle Forms survey

August 31, 2011

Oracle specialist Gerd Volberg shared the results of his 2011 Oracle Forms Poll on his blog Talk2Gerd. Nearly 1000 customers in Germany and the German-speaking countries completed the survey. You can read the full details on his blog (German version is available too). The results are interesting and lead to some surprising conclusions: almost 40% [...]

Read the full article →

Interesting times in the big league for Oracle, SAP and HP

August 24, 2011

Monday, I read an interesting article by Peter Yared on VentureBeat “Why HP needs to merge with SAP”. The author states that SAP and HP are both losing the battle in the enterprise market because they do not have a complete enough offering. Yesterday another article caught my attention (and that of many others, since it was top headline on my LinkedIn home page and mentioned many times in my Twitter time-line): Is Oracle Considering Buying HP?

Read the full article →

Solving initial NIC problems in Oracle VM Server 2.2.1

July 16, 2011

Oracle VM Server can be quite picky when it comes to network interface card (NIC) drivers. It is not uncommon that a Oracle VM Server meant as test / development server is not build from server spec hardware. It can easily happen that after the initial installation, the network simply doesn’t work in the Dom0. It can be fixed by compiling your own driver.

Read the full article →

Looking back on Kscope 2011

July 5, 2011

Last week Whitehorses visited the ODTUG Kscope 2011 Conference in Long Beach with two presenters. Kscope is an annual conference bringing together some of the best in depth knowledge in the field of Oracle Technology. The Fusion Middleware track is growing every year with great content. In this post we’ll share our presentations and some [...]

Read the full article →

Using the “thick” OCI drivers in ODI 11g IDE

June 21, 2011

Oracle Data Integrator 11g comes out of the box with a whole bunch of JDBC drivers. For Oracle, this is the “thin” Type-4 driver. However you might not always want to use this thin driver, but instead want to use the ‘thick” OCI Type 2 driver. The OCI driver is said to have a greater performance, and supports more database features like TAF (Transparent Application Failover). In this case for a developer, it is very useful that one can connect to these data sources. In this blog I’ll show you how to install this driver in ODI 11g.

Read the full article →

Quickly compare datasets using ODI

June 20, 2011

In an integrated IT landscape data is often replicated on different systems. It is for example not uncommon that an order system some customer information needs from the CRM system. Online interfaces are often used to push out changes of the data to the interested (subscribed) systems, so that in theory all systems are in sync. In the real world however, it is possible that some of this replicated data gets lost, either by system errors, interfacing faults, etcetera. Checking whether or not the systems are in sync, and what data is missing (if any), can be a daunting task. In this blog post I’ll demonstrate a simple way of using Oracle Data Integrator 11g (ODI) to check which data entities are not in sync.

Read the full article →

Working with popups in ADF

June 14, 2011

Popups, ADF and browsers is the name of the game in this post. I’ve been developing ADF 11g web applications for some time now and I’ve been running into some issues while working with popups. While the popup mechanism in ADF is easy enough to understand and quite powerful, it has some quirks. This mainly [...]

Read the full article →

REST-style services using Apex Listener

April 8, 2011

Exposing your PL/SQL procedures to the outside world is nothing new. Using either mod_plsql or dbms_epg one could easily access those procedures through an URL including some parameters to dynamically generate xml, or some other type of resource. But, if you wanted to provide a true REST-style service you might run out of options. mod_plsql [...]

Read the full article →

Oracle XE 11g beta available

April 7, 2011

As of april 1st, Oracle XE 11g (11.2) beta is available for download on OTN. From the installation guide: RAM (SGA+PGA) still cannot exceed 1 gigabyte, but maximum userdata has been increased from 4 to 11 gigabytes! Also included is the 4.0.2.00.08 release of APEX so you can start building your applications right away. It [...]

Read the full article →
About Whitehorses
Company profile
Services
Technology

Whitehorses website

Home page
Whitebooks
Jobs

Follow us
Blog post RSS
Comment RSS
Twitter