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: Estimate query time

Re: Estimate query time

From: charlie cs <cs3526_at_ureach.com>
Date: Fri, 08 Nov 2002 04:17:23 GMT
Message-ID: <nVGy9.50240$7W2.31262@nwrddc01.gnilink.net>


select buffer_gets/500/1000 from v$sql, that will give you estimated time in seconds.

in 9i, resource manager can estimate your query time, but how did oracle do that, I do not know, and I am interested in knowing that.

"Revital Alon" <revitala_at_radcom.com> wrote in message news:aqduvf$f06$1_at_news.att.net.il...
> Hi,
>
> How can I estimate a query time on Oracle's 8i DB ?
>
> Thanks in advance,
> Revital
>
>
Received on Thu Nov 07 2002 - 22:17:23 CST

Original text of this message

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