Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Statspack report for you to look at
Charles Hooper wrote:
> Martin T. wrote:
> > EdStevens wrote:
> > > Martin T. wrote:
> > > > Hello,
> > > >
> > > > I've run a statspack report of our not-quite-behaving test system and
> > > > will try to figure out what means what over the next days.
> > > >
> > > > Maybe someone would be interested in looking at it shortly and point me
> > > > at things that look fishy at a glance. Would be great!
> > > >
> > > > Otherwise maybe you have good pointers on resources that explain the
> > > > statspack report.
> > > >
> > > > thanks, br,
> > > > Martin
> > > >
> > > >
> > > > ****************************************
> > > >
> > > <snip>
> > >
> > > Take a look at www.oraperf.com. Very good tool for summarizing and
> > > analyzing statspack reports.
> >
> > Hmm ... I can see from the report that there seems to be a lot of
> > physical IO.
> > The buffer cache size seems to be set to 25MB (DB_CACHE_SIZE).
> > We have set the pga_aggregate_target to 256MB a while back because that
> > was sized way too low.
> >
> > Anyone thinks playing with the buffer cache size might pay off, given
> > the figure of 55% of the time spent on "db file scattered read" ... ?
> >
> > thanks,
> > Martin
>
>
>
>
>
>
>
>
Thanks a lot you this input!
I'll be looking into several issues over the next days and hopefully
I'll get a solution.
One thing though: We have 3 or 4 tables that only have about 4-10 records where online-datasets are buffered and (very) frequently updated and read. Some of them do not have indexes on the lookup columns and I would guess that's where the high value of "table scan rows gotten" comes from. I'll double-check this and if I can get a better performance by throwing some indexes at them -- but does it make sense to have an index on a table so small?
thanks again,
br,
Martin
Received on Mon Jan 22 2007 - 05:16:07 CST
![]() |
![]() |