Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: db file sequential read [WAS:wait event puzzler]
But it took them awhile to get 7.3.4 stable:-) Spent many an hours watching latch contention and "spin count"(as well as hash algorithms playing havoc, hard parses when not required, and the engine puking on the SGA memory structures..) bring down my 734 database a few years ago. We got to the point that support couldn't support me (department of the redundancy department.)
The resolution for our problem was the development of a bug patch for the 7.3.4 stuff by development being on site at the client. Oh, how I miss the days of total chaos :-)
Greg
-----Original Message-----
From: Gogala, Mladen [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 12, 2003 11:00 AM
To: Multiple recipients of list ORACLE-L
Subject: RE: db file sequential read [WAS:wait event puzzler]
I must confess that I checked by using "strace" on Linux and, true enough,
for index read, I've got "read" calls and for full table scan, I've got
"readv"
(scatter/gather IO). Obviously, I'll have to re-learn some stuff from
version 7.
I successfully forgot versions 4, 5.0, 5.1.22, 6.0.36, 7.0.16, 7.1.16 and
7.2.
I'll try forgetting 7.3.4 as well although it's the last really stable
version
of oracle.
Mladen Gogala
Oracle DBA
Phone:(203) 459-6855
Email:[EMAIL PROTECTED]
-----Original Message-----
Sent: Thursday, June 12, 2003 4:24 AM
To: Multiple recipients of list ORACLE-L
Mladen:
Prior to 8i (or 8) you see the multiblock sequential reads while doing the reads from the sort segments or temporary segments. But in 8i sort IO is done as direct IO and we see some other waits.
Starting from 8i the db file sequential read is always a single block read which TYPICALLY happens during index scans..
Are you convinced?
Best Regards,
K Gopalakrishnan
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: [EMAIL PROTECTED] (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).
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Gogala, Mladen INET: [EMAIL PROTECTED] 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: [EMAIL PROTECTED] (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 Jun 12 2003 - 10:46:06 CDT