Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Sql Tuning
please tell me how to make it fast
SELECT a.id,a.uid,
a.orderid, a.invcid, a.qid, a.carrierid
where (((a.Start_dt<='10-MAR-00') and
((a.Stat_code=1) or (a.Stat_code=2))) and
(a.edi_code=1))
order by a.Start_dt asc, a.Party_name desc,
Here cardinality for Stat_code is very low
Can somebody provide guidelines for tuning
Thanks
NavBir
![]() |
![]() |