Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Query Help - Very High Buffer Gets and Executions
Hi,
Try this from sqlplus:
analyze table ECL_TIRKS_DYNAMIC_PIAT estimate statistics sample 9 percent;= =20
SET AUTOTRACE TRACE
select TO_CHAR(min(DV),'YYYY-MM-DD HH24:MI:SS.FF') DV from=20
ECL_TIRKS_DYNAMIC_PIAT having min(dv) is not null
It would tell us if you are using either an index and/or function based ind= ex.
-msg
On 5/3/05, BN <bnsarma_at_gmail.com> wrote:
> Greetings,
>=20
>=20
>=20> Buffer Gets Executions Gets per Exec %Total Time (s) Time (s) Has=
> CPU Elapsd
>=20
-- http://www.freelists.org/webpage/oracle-lReceived on Tue May 03 2005 - 21:33:08 CDT
![]() |
![]() |