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: Help me read my statspack report

Re: Help me read my statspack report

From: <emdproduction_at_hotmail.com>
Date: 14 Dec 2006 10:21:13 -0800
Message-ID: <1166120473.927137.248450@l12g2000cwl.googlegroups.com>


>
> Generally speaking you should resolve the issue, instead of curing
> symptoms.
> Just upgrading the hardware seldomly helps.
>
> Cache buffer chain problems are usually the result of tuning a database
> by increasing the buffer cache, instead of tuning inefficient
> statements.
>
> --
> Sybrand Bakker
> Senior Oracle DBA

Sybrand,

Thanks very much for your help.

But from Johnathan's previous response to a user's help request about "cache buffer chains", he instructed us to use x$bh in combine with dba_extent, we can see which db block is the "hot spot".

And, I run the statspack level5 as you instructed, got a lot of sql, but all the Top SQL (disk read or buffer gets) seems to respond fairly quickly(<20 sec).

But if I do

SQL> select count(*) from v$sql where executions < 2;

  COUNT(*)


      7868

SQL> select count(*) from v$sql ;

  COUNT(*)


     11786

I can not attempt to think setting the cursor_sharing=force will help. Received on Thu Dec 14 2006 - 12:21:13 CST

Original text of this message

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