Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Performance Problem
Well, it looks like you got your wish with the HASH JOIN and the Full
table scans....but as a result, you are spending all your time waiting
on the full scans, i.e., db file scattered read( that alone almost 6
minutes of your total wait. Did you change the statement. If not, did
you do anything else between Friday and now that would change the
execution plan?
Try splitting up the statement between the UNIONs to see which one (or both) are slow. Once you find the slow one, start taking out pieces of it until it runs fast.
Do you have recent statistics calculated on the tables?
Regards,
Steve Received on Mon Apr 24 2006 - 09:03:04 CDT