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

Home -> Community -> Mailing Lists -> Oracle-L -> Data contention

Data contention

From: Ricardo Maurino <ricardo_maurino_at_yahoo.com>
Date: Thu, 08 Aug 2002 17:33:19 -0800
Message-ID: <F001.004B01D8.20020808173319@fatcity.com>


Hello All,
I'having performance problems. And I think is data contention. This is OLTP system. Solaris 8, Oracle 8.1.7.0

I ran this query:

SELECT count, file#, name FROM x$kcbfwait, v$datafile

   WHERE indx + 1 = file# ORDER BY count desc

And this is the top line

13672 1 system01.dbf

By the other side I ran

select * from v$waitstat order by count desc, and the top line show me:

data block 16977 40
How can identified which is the hot segment?

And v$session_wait show me:

event p1 p2 p3

queue messages 7403 15235490980 2147483647 Any help?
Thanks a lot.

Saludos, Ricardo.



Do You Yahoo!?
HotJobs, a Yahoo! service - Search Thousands of New Jobs
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Ricardo Maurino
  INET: ricardo_maurino_at_yahoo.com
Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
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 Aug 08 2002 - 20:33:19 CDT

Original text of this message

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