Blogs
The new Oracle10g Wait Event Tables
Submitted by Donald K. Burleson on Fri, 2004-10-01 00:00
Prior to Oraclre10g, capturing wait event information was a cumbersome process involving the setting of special events (e.g. 10046) and the reading of complex trace dumps. Fortunately, Oracle10g has simplified the way that wait event information is captured and there are a wealth of new v$ and wrh$ views relating to Oracle wait events.
- Donald K. Burleson's blog
- Login to post comments
- Read more
Overview of the Database Performance-improvement Process
Submitted by Sushma Mahesh on Mon, 2004-09-20 00:00
The performance-improvement process is an iterative, long-term approach to monitor and tune various aspects of a database. Depending on the result of monitoring, the DBA should adjust the configuration of the database server and make changes to the applications that use the database server. But before embarking on the journey to tune the database server, the Application itself should be tuned to remove inefficient sql code. So is there a method to the madness?
- Sushma Mahesh's blog
- Login to post comments
- Read more
Get Started on XML
Submitted by Saikat Goswami on Sun, 2004-09-12 00:00
XML is everywhere. Whether you are an Oracle system administrator, a .NET developer, or a J2EE analyst, XML undoubtedly is something that you bump into. In this article, I attempted to give you the basics of what you need to know to jumpstart your understanding of XML.
- Saikat Goswami's blog
- Login to post comments
- Read more
Extending Oracle10g AWR
Submitted by Donald K. Burleson on Wed, 2004-09-01 00:00
Oracle10g Enterprise Manager (EM) has a fantastic interface for easily creating exception alerts and mailing them directly to the Oracle professional. However, the EM has limitations. Until EM evolves into a true Decision Support System (DSS) for the Oracle DBA, the DBA will still need to extract and use the workload information stored in the AWR (Advanced Workload Repository).
- Donald K. Burleson's blog
- Login to post comments
- Read more
PL/SQL Best Practices
Submitted by Irfan Haq on Mon, 2004-08-23 00:00
As the discipline of software development evolves, software products grow in size and the code grows in complexity, the need for a set of guidelines and standards becomes increasingly evident. In this article I will enumerate some of the industry best practices that the experts have proposed and emphasized, in the context of PL/SQL programming.
- Irfan Haq's blog
- Login to post comments
- Read more
Improve Performance and Data Consistency with Oracle Workspaces
Submitted by Andrew Simkovsky on Mon, 2004-08-16 00:00
Managing large DML operations against a live database is one of the most common challenges Oracle professionals face on a regular basis. Such operations often cause serious performance problems and can cause inconsistencies in the data, especially when many referential integrity constraints exist among the tables. This article will explore how Workspaces can be used to solve these problems.
- Andrew Simkovsky's blog
- Login to post comments
- Read more
Tuning Oracle Full-table Scans
Submitted by Donald K. Burleson on Sun, 2004-08-01 00:00
Oracle SQL tuning is one of the most important areas of Oracle optimization. This article explains how one can tune Oracle Full-table Scans.
- Donald K. Burleson's blog
- Login to post comments
- Read more
Introduction to Tomcat 5.0 --- the Open-Source servlet container of choice
Submitted by Saikat Goswami on Mon, 2004-07-26 00:00
Tomcat is the de-facto web server of choice. Written entirely in Java, you have access to the entire code (if you want to make changes). Read to get an introduction to Tomcat, where to download, how to install it on your machine and know about the xml files of importance.
- Saikat Goswami's blog
- Login to post comments
- Read more
Using Oracle Applications Flexfields in your custom forms: step-by-step
Submitted by Herve Deschamps on Fri, 2004-07-16 00:00
There are several complicated things you may need to do with flexfields in your forms but one of them is simple and very common: create a foreign key on the accounting flexfield. It is easy to get lost in the Oracle Application Developer's Guide because it tries to cover comprehensively what can be done with flexfields. But there is nothing to show you the basics step-by-step, which is what we will attempt in this article.
- Herve Deschamps's blog
- Login to post comments
- Read more
Avoid common Oracle Recovery mistakes
Submitted by Donald K. Burleson on Thu, 2004-07-01 00:00
Even Oracle Certified DBAs cringe at the thought of performing a real-world database recovery. As disk and hardware has become super-stable, many Oracle DBAs have never experienced the adrenaline rush of a full-blown Oracle recovery.
- Donald K. Burleson's blog
- Login to post comments
- Read more

