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

Home -> Community -> Mailing Lists -> Oracle-L -> Meaning

Meaning

From: Jamadagni, Rajendra <Rajendra.Jamadagni_at_espn.com>
Date: Thu, 01 May 2003 12:41:54 -0800
Message-ID: <F001.0058DB48.20030501124154@fatcity.com>


Hi all,

Does anyone know what "kdiwh100: kdircys" (from sys.x$kcbwh.KCBWHDES column) stands for??

I was reading an article on RAC and one of the queries presented was

SELECT t1.KCBWHDES "MODULE",
       t2.WHY0 "CALLS",
       t2.WHY2 "WAITS",
       t2.OTHER_WAIT "CAUSED WAITS"

  FROM sys.x$kcbwh t1, sys.x$kcbsw t2
 WHERE t1.indx = t2.indx
   AND t2.other_wait > 0
 ORDER BY 4 DESC
/

and in my case the above mentioned column is on top of the list with highest value in "Caused Waits" column.

Thanks in advance
Raj




Rajendra dot Jamadagni at nospamespn dot com All Views expressed in this email are strictly personal. QOTD: Any clod can have facts, having an opinion is an art !

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Jamadagni, Rajendra
  INET: Rajendra.Jamadagni_at_espn.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

Received on Thu May 01 2003 - 15:41:54 CDT

Original text of this message

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