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

Home -> Community -> Usenet -> c.d.o.server -> Re: Statspack and Enqueue wait times

Re: Statspack and Enqueue wait times

From: http://www.webyourcompany.com <xzhang88_at_hotmail.com>
Date: 25 Jun 2003 18:17:43 -0700
Message-ID: <2f50b64b.0306251717.149324ec@posting.google.com>


In the two hours windows, your wait time on enqueue was 15,000,000CS=150,000 seconds, almost 20 times the window's length. It's very likely that you have classic blocking/locking issues--I have got the rows you want to have already locked. You can query V$lock to see who the blockers are and what they are doing and who the blockees are and what they are trying to do. After you know the reason you might fix it by rewriting the application code.

HTH,
http://www.webyourcompany.com

JKMalpani_at_Yahoo.com (JK_Yahoo) wrote in message news:<7a58b2f6.0306241007.5608970b_at_posting.google.com>...
> IN follow-up of a performance issue, we received a statspack report,
> which has "enqueue" as the FIRST top-5 wait event
>
> Time duration : 2 hours
> Enqueue : 62,000 / WaitTime ( CS )15,000,000 / Total % 74%
>
> Similar situation for a similar DB for anotehr application for another
> client.
>
> Referring to :
> http://otn.oracle.com/oramag/oracle/03-jan/o13expert.html
> initrans and maxtrans is set to 1 and 255 respectively.
>
> Any suggestions on how the wait-time on enqueue be reduced to minimal
> or negligible.
>
> Your responses are appreciated.
>
> Thanks,
> JK
Received on Wed Jun 25 2003 - 20:17:43 CDT

Original text of this message

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