RDBMS Server
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
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
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
Always use direct I/O with Oracle
Submitted by Donald K. Burleson on Mon, 2004-06-07 00:00
Many Oracle shops are plagued with slow I/O intensive databases, and this tip is for anyone whose STATSPACK top-5 timed events shows disk I/O as a major event.
- Donald K. Burleson's blog
- Login to post comments
- Read more
Oracle 10g New Features: Changes to dbms_stats
Submitted by admin on Mon, 2004-05-24 00:00With Oracle Database 10g, there are some new arguments available for the dbms_stats package subprograms. Those parameters are as follows:
- granularity
- degree
- admin's blog
- Login to post comments
- Read more
Oracle 10g New Features: DML Enhancements
Submitted by admin on Sun, 2004-05-09 00:00In this article (chapter) we will look at new features surrounding the DML commands INSERT, UPDATE, and DELETE.
- admin's blog
- Login to post comments
- Read more
Oracle 10g New Features: Flashback and RMAN
Submitted by admin on Mon, 2004-04-26 00:00Two improvements have been made in the backup and recovery areas in Oracle 10g. When user errors and logical corruptions occur in the database, flashback functionalities provide fast and flexible data recovery. When physical or media corruption occurs in the database, RMAN delivers an improved and simplified recovery method.
- admin's blog
- Login to post comments
- Read more
Building Oracle Applications that use Bind Variables
Submitted by Mark Rittman on Fri, 2004-04-09 21:04
If you've been developing applications on Oracle for a while, you've no doubt come across the concept of 'Bind Variables'. Bind variables are one of those Oracle concepts that experts frequently cite as being key to application performance, but it's often not all that easy to pin down exactly what they are and how you need to alter your programming style to use them. With this in mind, I've tried to pull together the key information about bind variables and why they are a 'good thing' when building Oracle applications.
- Mark Rittman's blog
- Login to post comments
- Read more

