RDBMS Server
Installing the April 2007 Critical Patch Update on Windows
Submitted by Mohammad taj on Sat, 2007-06-16 07:56
This article describes the procedure to install the April 2007 CPU patch on Oracle Database Release 10.1.0.5. The Patch Number is p5907304_10105_WINNT.zip
- Mohammad taj's blog
- Login to post comments
- Read more
Upgrade the Oracle database from 10.1.0.2.0 to 10.1.0.5.0
Submitted by Mohammad taj on Thu, 2007-06-14 00:12
This article describes the process of upgrading the Oracle Database Server 10g Release 10.1.0.2 to Oracle Database 10g Release 10.1.0.5 on Windows XP SP2.
- Mohammad taj's blog
- Login to post comments
- Read more
Simulating ASM with 10g Database by faking the hardware
Submitted by Pankaj Chandiramani on Wed, 2007-05-16 11:43
Caution: This method is for Testing & Learning purposes only.
Most of the Oracle 10g databases are using ASM for storage as it's very simple to maintain the storage w.r.t. to Disks, Datafiles etc.
Flashback Database: A Primer
Submitted by saibal on Thu, 2007-05-10 01:05
Introduction
Oracle 10g’s brilliant alternative to database point in time recovery is the the Flashback Database feature. With this feature in place you can do almost everything that you can with point in time recovery, without actually having to go through all the disruptions and hassle that a PITR necessarily entails.I recently had a first hand opportunity to see the power of this feature, when I ran a scriptfile to drop tables and unwittingly dropped one of the tables containing sensitive information belonging to my employer Creative Infotech. I later recovered the table and was amazed at seeing how easy it had become to get back dropped objects in Oracle 10g, especially Release 2. Below is a simplified version of what I did
Failover and Load balancing in Oracle
Submitted by saibal on Fri, 2007-04-20 23:27
Advanced features of Oracle Net include failover and load balancing. These features are actually interrelated in as much as you usually don’t have one without the other. While they are mostly used in a RAC environment, they can be set up in a single instance environment as well.
FAILOVER:
In the context of Oracle Net, failover refers to the mechanism of switching over to an alternate resource when connection to the primary resource gets terminated due to any reason. Connection failure may be broadly categorized as:
How to kill RAC using the db_files parameter?
Submitted by abatishchev on Fri, 2007-04-06 07:54Once upon a time Le Petit Chaperon Rouge (LPCR) decided to change db_files from 200 to 300 on a busy cluster of four nodes.
Soon after the change applications started to block each other, timeout and crash (enq: TX - contention, cursor: pin S wait on X, enq: HW - contention). Those applications which were actively inserting into LOB columns - suffered the most.
Many lock holders were waiting for "DFS lock handle". Thus LPCR learned that DFS stands for "Distributed File System".
As soon as she reversed the changes - everything went back to normal.
Moral:
- abatishchev's blog
- Login to post comments
- Read more
Two of my Favorite Index Tuning Techniques
Submitted by Kevin Meade on Mon, 2007-03-26 16:24
Recently my friends at work saw me doing things with indexes they didn't understand. They saw what looked like unneeded columns in some indexes, and funny expressions they didn't know could be done in an index. So I explained to them the benefits of INDEX ONLY ACCESS, and FUNCTION BASED INDEXES. They had not seen these two techniques before so I figured maybe other people would be interested too. Here is it, a short discussion on what are fast becoming my two favorite tuning techniques.
Shared Server -- Part III
Submitted by saibal on Sun, 2007-03-25 10:35
To continue with the shared server series, as mentioned in my last post, I will here be taking up the issues of configuration of memory, and the management of shared servers using available data dictionary views and initialization parameters.
How much memory should you configure for shared servers?
- saibal's blog
- Login to post comments
- Read more
Shared Server -- Part II
Submitted by saibal on Sun, 2007-03-25 10:33
So, to continue with our shared server series, let's begin with how a user connects through a shared server connection:
Shared Server -- Part I
Submitted by saibal on Sun, 2007-03-25 10:25
This is the first of my three-part series dealing with Shared servers: Today an organization can have hundreds or thousands of users connecting to their databases. The traditional dedicated server model maps each user to a dedicated process running on the database server. Each dedicated server process requires memory and as the number of users increase, there is a linear increase in the demand for memory.

