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

Home -> Community -> Mailing Lists -> Oracle-L -> v$tempstat question

v$tempstat question

From: Ed Bittel <bitlist_at_yahoo.com>
Date: Wed, 24 Oct 2001 10:25:41 -0700
Message-ID: <F001.003B36CC.20011024104029@fatcity.com>

I've been trying to track down the source of high 'direct path read' and 'direct path write' waits. It appears the waits are related to locally managed temporary tablespaces. However, I'm puzzled by what is reported in v$tempstat.

SQL> select FILE#, READTIM, WRITETIM, AVGIOTIM,

             LSTIOTIM, MINIOTIM, MAXIORTM, MAXIOWTM 
     from v$tempstat;

FILE# READTIM WRITETIM AVGIOTIM LSTIOTIM MINIOTIM MAXIORTM MAXIOWTM
----- ------- -------- -------- -------- ----------

How could the values for MAXIORTM (maximum time spent doing a single read) be substatially greater than those reported for READTIM (time spent doing all reads)?

This situtation persists even after all of the users have logged out of the database, so it doesn't appear to be a case of the read having not yet completed.

FYI: We're running Oracle 8.1.6.3 on Sun Solaris.

-Ed



Do You Yahoo!?
Make a great connection at Yahoo! Personals. http://personals.yahoo.com
--

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

Author: Ed Bittel
  INET: bitlist_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 Wed Oct 24 2001 - 12:25:41 CDT

Original text of this message

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