Return-Path: <oracle-l-bounce@freelists.org>
Delivered-To: 2-oracle-l@orafaq.com
Received: (qmail 21661 invoked from network); 14 Sep 2007 15:24:25 -0500
Received: from freelists-180.iquest.net (HELO turing.freelists.org) (206.53.239.180)
  by 69.64.49.119 with SMTP; 14 Sep 2007 15:24:25 -0500
Received: from localhost (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 5E09E7443D4;
 Fri, 14 Sep 2007 15:45:42 -0400 (EDT)
Received: from turing.freelists.org ([127.0.0.1])
 by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 17875-03-17; Fri, 14 Sep 2007 15:45:42 -0400 (EDT)
Received: from turing (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 6F9A67443F0;
 Fri, 14 Sep 2007 15:45:40 -0400 (EDT)
Received: with ECARTIS (v1.0.0; list oracle-l); Fri, 14 Sep 2007 15:00:39 -0400 (EDT)
Received: from localhost (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 7571C74409D
 for <oracle-l@freelists.org>; Fri, 14 Sep 2007 14:57:02 -0400 (EDT)
Received: from turing.freelists.org ([127.0.0.1])
 by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 32644-03-47 for <oracle-l@freelists.org>;
 Fri, 14 Sep 2007 14:57:02 -0400 (EDT)
Received: from mail3.sea5.speakeasy.net (mail3.sea5.speakeasy.net [69.17.117.5])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 111857440AB
 for <oracle-l@freelists.org>; Fri, 14 Sep 2007 14:57:01 -0400 (EDT)
Received: (qmail 1846 invoked from network); 14 Sep 2007 19:35:42 -0000
Received: from h46077f84.area7.spcsdns.net (HELO [70.7.127.132]) (jeremiah@ora-600.net@[70.7.127.132])
          (envelope-sender <jeremiah@ora-600.net>)
          by mail3.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP
          for <don@seiler.us>; 14 Sep 2007 19:35:41 -0000
Message-ID: <46EAE28A.3040708@ora-600.net>
Date: Fri, 14 Sep 2007 12:35:38 -0700
From: Jeremiah Wilton <jeremiah@ora-600.net>
User-Agent: Thunderbird 1.5.0.9 (Windows/20061207)
MIME-Version: 1.0
To:  don@seiler.us
CC: oracle-l <oracle-l@freelists.org>
Subject: Re: Weird database hanging
References: <716f7a630709141119p6b28d084h1ee33adec81944ca@mail.gmail.com>
In-Reply-To: <716f7a630709141119p6b28d084h1ee33adec81944ca@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
X-archive-position: 1571
X-ecartis-version: Ecartis v1.0.0
Sender: oracle-l-bounce@freelists.org
Errors-to: oracle-l-bounce@freelists.org
X-original-sender: jeremiah@ora-600.net
Precedence: normal
Reply-to: jeremiah@ora-600.net
List-help: <mailto:ecartis@freelists.org?Subject=help>
List-unsubscribe: <oracle-l-request@freelists.org?Subject=unsubscribe>
List-software: Ecartis version 1.0.0
List-Id: oracle-l <oracle-l.freelists.org>
X-List-ID: oracle-l <oracle-l.freelists.org>
List-subscribe: <oracle-l-request@freelists.org?Subject=subscribe>
List-owner: <mailto:steve.adams@ixora.com.au>
List-post: <mailto:oracle-l@freelists.org>
List-archive: <http://www.freelists.org/archives/oracle-l>
X-list: oracle-l
X-Virus-Scanned: Debian amavisd-new at localhost.localdomain

Don

You are right that everything you saw in the logs are symptomsm, not 
root causes. Go back in dba_hist_active_sess_history aggregating 
sum(time_waited) by wait_class in  minute slices for the affected period 
and find the first sign of things going awry.

Drill down and find the waits that A) touched the whole thing off and B) 
sustained the hang.

Don't know whose article/posting suggested changing PROCESSES, but that 
sure sounds like a shot in the dark to me.  Oracle is heavily 
instrumented, and we should all use data before trying suggestions from 
Google.  Because you didn't restart Oracle, all the ASH data should have 
been preserved in AWR.

Jeremiah Wilton
ORA-600 Consulting
http://www.ora-600.net

Don Seiler wrote:
> Running 10gR2 (10.2.0.2) on RHEL4 on 4 64-bit dual-core box.  Earlier
> today users complained en masse about not being able to connect to the
> database.  I got to a term and found that even trying to log in
> locally as sysdba was hanging.
> 
> So in summary, there was hanging for everyone, it seemed to clear
> itself up.  One post on Google suggested that the PROCESSES init
> parameter might be too low.  Any other possibilities?
--
http://www.freelists.org/webpage/oracle-l


