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

Home -> Community -> Usenet -> c.d.o.server -> Re: Does oracle db serialize concurrent read-only SELECT ?

Re: Does oracle db serialize concurrent read-only SELECT ?

From: Jonathan Lewis <jonathan_at_jlcomp.demon.co.uk>
Date: Wed, 18 Apr 2001 19:14:56 +0100
Message-ID: <987617476.5045.0.nnrp-10.9e984b29@news.demon.co.uk>

Set timed_statistics = true, then start each session, run the test, then do a listing of v$session_event for the session. Order
by total wait time (descending), and see if this tells you where most of the time was lost. List the max-wait-time as well.

There is a bug with VxFS and concurrent
file reads (pread64()) that results in severe contention and wait times; I wonder if that might be the problem.

--
Jonathan Lewis
Yet another Oracle-related web site:  http://www.jlcomp.demon.co.uk

Practical Oracle 8i:  Building Efficient Databases
Publishers:  Addison-Wesley

Reviews at: http://www.jlcomp.demon.co.uk/book_rev.html
Received on Wed Apr 18 2001 - 13:14:56 CDT

Original text of this message

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