Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Query Help - Very High Buffer Gets and Executions
So, you make "695.8 Gets per execution" just to get MIN value.
Do you have an index on DV column?
Igor Neyman, OCP DBA
ineyman_at_perceptron.com
-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of BN
Sent: Tuesday, May 03, 2005 12:51 PM
To: oracle-l_at_freelists.org
Subject: Query Help - Very High Buffer Gets and Executions
Greetings,
Please see the Query Below, is there any way I can make it efficent Oracle 9.0.1.2.0 on HP-UX
I cannot use MV. This is for one hour. its there in every houlr report.
CPU ElapsdBuffer Gets Executions Gets per Exec %Total Time (s) Time (s) Hash =
142,450,789 204,722 695.8 23.7 1069.35 1439.02
16276=
65409
select TO_CHAR(min(DV),'YYYY-MM-DD HH24:MI:SS.FF') DV from ECL_T
IRKS_DYNAMIC_PIAT having min(dv) is not null
Regards & Thanks
BN
--
http://www.freelists.org/webpage/oracle-l
--
http://www.freelists.org/webpage/oracle-l
Received on Tue May 03 2005 - 15:53:20 CDT
![]() |
![]() |