Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: V$SQLAREA to determine most disk intensive SQL
Brian Peasland <dba_at_remove_spam.peasland.com> wrote in message news:<40436567.49200BE8_at_remove_spam.peasland.com>...
> > SELECT executions*disk_reads||','||executions||','||disk_reads||','||
>
> Shouldn't that be DISK_READS/EXECUTIONS? DISK_READS are the total number
> of disk reads for all EXECUTIONS. Dividing that number gives you disk
> reads per execution of the SQL statement.
>
>
> HTH,
> Brian
>
> --
> ===================================================================
>
> Brian Peasland
> dba_at_remove_spam.peasland.com
>
> Remove the "remove_spam." from the email address to email me.
>
>
> "I can give it to you cheap, quick, and good. Now pick two out of
> the three"
Brian - you are right, thanks....
... any ideas about the interpretation of the stored procedure call ?
Viv Received on Tue Mar 02 2004 - 02:49:04 CST