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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: High db file sequential reads

Re: High db file sequential reads

From: Daniel Fink <dan.fink_at_hotsos.com>
Date: Mon, 13 Jun 2005 16:36:30 -0600
Message-ID: <42AE0A6E.8070008@hotsos.com>


Bambi,

The first question to ask is "What is the impact to the business of these events?" (Are users complaining about poor performance? Do reports/jobs take too long to run?) When talking with the users, you will probably find that they have no idea what these events mean (nor should they). They will probably tell you that FormA or Job1 takes too long to run. Focus on that. You might find out that the truly important business processes are unimpacted by these events.

In terms of Oracle Financials, what is hidden can be revealed. Extended sql_trace can be enabled and all of the calls and events unveiled. Once you know the specifics of the problem, contact OWS and log a tar. It may be a case of a known performance issue with an object (table/view) or module and they can supply a patch to resolve the issue.

Regards,
Dan Fink

Bellows, Bambi wrote:

>Hi Everybody!
>
>I've been administering a system lately that's used almost exclusively
>for Oracle Financials and one of the things that Oracle Financials does
>every well is hide what it's doing. Oh, sure, you can poke around in
>v$sql but that doesn't really do much for you. So I've been rather
>dependent on statspack (lovely thing) and from there I can see what's
>eating up time and analyze the structure and, as needed, apply indexes
>to the tables. There's not really much more you can do than that as you
>have no access to the underlying queries, and, even if you did, you sure
>couldn't change anything, database parameters aside, of course. That
>being said, these percentages seem out of whack to me... what do you
>think?
>
>Top 5 Timed Events
>~~~~~~~~~~~~~~~~~~ %
>Total
>Event Waits Time (s)
>Ela Time
>-------------------------------------------- ------------ -----------
>--------
>db file sequential read 438,536 2,792
>65.14
>CPU time 1,284
>29.96
>db file scattered read 32,239 165
>3.84
>log file parallel write 12,667 14
>.32
>SQL*Net break/reset to client 1,384 9
>.20
> -------------------------------------------------------------
>^LWait Events for DB: PFIN Instance: PFIN Snaps: 3962 -3963
>Has anyone successfully gotten db file sequential reads into any kind of
>sane range for any period of time?
>
>Thanks folks!
>Bambi.
>
>--
>http://www.freelists.org/webpage/oracle-l
>
>
>
>

--
http://www.freelists.org/webpage/oracle-l
Received on Mon Jun 13 2005 - 18:41:55 CDT

Original text of this message

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