Oracle

Oracle Database 11g Launch Set For July 11

June 6, 2007
By
Oracle Database 11g Launch Set For July 11

Today Oracle announced that the Oracle Database 11g launch will take place in New York City on July 11th. I’m quite excited about what 11g will bring to the table and after the public release I’ll be blogging about the features and options I feel yield added performance and scalability. Stay tuned!

Read more »

Upscaling Your Database Application Performance: The Array Interface

April 30, 2007
By
Upscaling Your Database Application Performance: The Array Interface

Personally I believe the array interface is one of the most overlooked methods to increase database application scalability. Any time an application is selecting or inserting more than a single row, performance benefits are generally observed by using the array interface. The Oracle array interface exists for Oracle Call Interface (OCI), PL/SQL, and JDBC....

Read more »

Upscaling Your Database Application Performance: Cursor Management

April 23, 2007
By

In my previous post, Bind Variables, I discussed why using bind variables is one of the most important fundamentals in engineering scalable database applications. I briefly touch on the point that cursor management is also very important. In this post I will go into why this is important, demonstrating by example. As a precursor...

Read more »

Upscaling Your Database Application Performance: Bind Variables

March 26, 2007
By
Upscaling Your Database Application Performance: Bind Variables

Recently I’ve had several encounters with issues that I would consider to be part of basic scalable application design. These aren’t design issues that are new. Most of them have been addressed many times over the past years, however, they are issues that continually seem to appear. My guess is that it’s not the...

Read more »

Got Root Cause?

March 5, 2007
By

Many of us have been in a situation where the performance of our Oracle database has degraded. Ultimately, we are looking to correctly diagnose the root cause and resolve the performance issue. This is frequently easier said than done. I’d like to offer a few thoughts on the topic that hopefully will make correctly...

Read more »