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

Home -> Community -> Mailing Lists -> Oracle-L -> [oracle-l] Re: PL/Sql Update Table runs 38 hrs (so far)

[oracle-l] Re: PL/Sql Update Table runs 38 hrs (so far)

From: Barbara Baker <barbarabbaker_at_yahoo.com>
Date: Mon, 26 Jan 2004 11:07:51 -0800 (PST)
Message-ID: <20040126190751.89375.qmail@web14421.mail.yahoo.com>


The process in question has these waits associated with it:

                                                   
Total     Time        Avg
   SID  Username  EVENT                            
Waits   Waited       Wait
------ ---------- ------------------------------
-------- -------- ----------
    17 ADVDB      latch free                          
14        4          0
    17 ADVDB      log file sync                       
 2        4          2
    17 ADVDB      SQL*Net break/reset to client       
40        0          0
    17 ADVDB      SQL*Net message from client         
45       17          0
    17 ADVDB      SQL*Net message to client           
45        0          0
    17 ADVDB      control file sequential read        
 2        0          0

from v$session_wait, I see this:

  SID EVENT            P1TEXT              P1 P2TEXT  
      P2 P3TEXT       P3
----- ---------------- ---------- ----------- --------
-------- -------- ------
   17 latch free       address      713528668 number  
      98 tries         1

Latch 98 is cache buffer chains:

select * from v$latchname where latch#=98;

    LATCH# NAME

---------- ----------------------
        98 cache buffers chains



Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it! http://webhosting.yahoo.com/ps/sb/ Received on Mon Jan 26 2004 - 13:07:51 CST

Original text of this message

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