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: need help on statspack report, Parse CPU to Parse Elapsd %

Re: need help on statspack report, Parse CPU to Parse Elapsd %

From: srivenu <srivenu_at_hotmail.com>
Date: 7 Mar 2004 22:37:50 -0800
Message-ID: <1a68177.0403072237.7c720258@posting.google.com>


Joe,
This SQL can help you find out the Enqueue for which most waits have happended.  SELECT ksqsttyp "Lock",
 ksqstget "Gets",
 ksqstwat "Waits"
 FROM X$KSQST
 where KSQSTWAT>0
 order by 3

regards
Srivenu Received on Mon Mar 08 2004 - 00:37:50 CST

Original text of this message

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