Home > oracle 10g > 10g wait event: read by other session

10g wait event: read by other session

August 27th, 2007

在一台10g的数据库上无意中看v$session_wait时看到这个event,这个wait event在9i里面是没有的

10g中将很多wait event都细化了,同样的,这个event来自于buffer busy waits

查了下官方文档:

read by other session

This event occurs when a session requests a buffer that is currently being read into the buffer cache by another session. Prior to release 10.1, waits for this event were grouped with the other reasons for waiting for buffers under the ‘buffer busy wait’ event

不过看看buffer busy waits的解释还没有更新,没有将第一个原因分离出来

buffer busy waits

Wait until a buffer becomes available. This event happens because a buffer is either being read into the buffer cache by another session (and the session is waiting for that read to complete) or the buffer is the buffer cache, but in a incompatible mode (that is, some other session is changing the buffer).

到10g的数据库上看,大部分等待来自于第一个原因

  1. SQL> select * from v$version;
  2.  
  3. BANNER
  4. ----------------------------------------------------------------
  5. Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bi
  6. PL/SQL Release 10.2.0.3.0 - Production
  7. CORE    10.2.0.3.0      Production
  8. TNS for Solaris: Version 10.2.0.3.0 - Production
  9. NLSRTL Version 10.2.0.3.0 - Production
  10.  
  11. SQL> select event,total_waits,total_timeouts from v$system_event where event in ('buffer busy waits','read by other session');
  12.  
  13. EVENT                                                        TOTAL_WAITS TOTAL_TIMEOUTS
  14. ------------------------------------------------------------ ----------- --------------
  15. buffer busy waits                                                 639188              0
  16. read by other session                                            5334877             20

Eagle Fan oracle 10g

  1. July 10th, 2009 at 16:06 | #1

    This exercise intention illustrate how simulated figures can be created next to rolling dice to generate indiscriminate numbers. The details you create in this exercise resolution be occupied in all of the subsequent directions simulation exercises. Think about some assay or gage that you clout like to rob on a party of individuals. You furnish the examination and view a single numerical score in the course of each person. This be successful might be the number of questions the yourselves answered correctly or the ordinarily of their ratings on a pin down of attitude items, or something like that, depending on what you are tough to measure.

  2. October 30th, 2009 at 04:54 | #2

    When it works as intended, buy Viagra online causes a trammel with who is sexually stimulated to reshape an erection.

  1. No trackbacks yet.