Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Weird database hanging

Re: Weird database hanging

From: Don Seiler <don_at_seiler.us>
Date: Fri, 14 Sep 2007 16:54:00 -0500
Message-ID: <716f7a630709141454wd1fbcbcu3e72ededac0de3d9@mail.gmail.com>


I ran a similar query to give all sums by event and minute from 11:15 to 11:45 (the alert log items first popped up at 11:23).

http://pastebin.com/m426111d8

Much thanks in advance!

Don.

On 9/14/07, Jeremiah Wilton <jeremiah_at_ora-600.net> wrote:
> Don,
>
> Can we see the following?
>
> select event, sum(time_waited) tw
> from dba_hist_active_sess_history
> where to_char(sample_time,'yyyy-mm-dd hh24:mi')='<first minute of problem>
>
> Please also provide this for the two or three minutes preceding the
> problem, and a minute with no problems from well before the issue. When
> finding the first minute, it is important you find the first minute when
> things were not looking normal in dba_hist_active_sess_history, not
> necessarily the first minute things were noticeably bad on the database.

-- 
Don Seiler
oracle: http://ora.seiler.us
ultimate: http://www.mufc.us
--
http://www.freelists.org/webpage/oracle-l
Received on Fri Sep 14 2007 - 16:54:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US