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: SQL execution time

Re: SQL execution time

From: Frederic DEBRUS <frederic.debrus_at_ces-cdr.be>
Date: 16 Nov 1999 09:33:44 GMT
Message-ID: <01bf3015$bc8766e0$3e35a99e@gal159a>


This report Resource Intensive Queries

select disk_reads phy_reads, sql_text
from v$sqlarea
where disk_reads > 20000;  

select buffer_gets log_reads, sql_text from v$sqlarea
where buffer_gets > 100000;

Hope this help
FreD

Boon Tan <btan10_at_visto.com> wrote in article <3830af64$0$221_at_nntp1.ba.best.com>...
> Anyone knows how to extract the the most expesnive queries with the
> execution time (or elapse time) of each of the query?
> Thanks...
>
> btan_at_corp.visto.com
>
> -Boon
>
>
>
Received on Tue Nov 16 1999 - 03:33:44 CST

Original text of this message

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