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: Jeremiah Wilton <jeremiah_at_ora-600.net>
Date: Fri, 14 Sep 2007 14:42:01 -0700
Message-ID: <46EB0029.90308@ora-600.net>


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.

Thanks,

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

Don Seiler wrote:
> Actually those Concurrency events regarding latches had 0 time_waited.
> The events that did have some time were "os thread startup" events
> from CJQ0.
>
> Sounds like Oracle trying to kick off scheduled jobs? I'll check the
> job history.
>
> On 9/14/07, Don Seiler <don_at_seiler.us> wrote:

>> The two largest items are Concurrency and Other.  The concurrency
>> events deal with latches (shared pool and library cache).  The Other
>> events deal with "block change tracking buffer space" and "latch
>> free".
>>
>> There is also a large number of "Configuration" class events, but
>> those come at 11:28, after all the fun, so might just be another
>> symptom.

--
http://www.freelists.org/webpage/oracle-l
Received on Fri Sep 14 2007 - 16:42:01 CDT

Original text of this message

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