RE: high cpu on query
- From: "Kerber, Andrew W." <Andrew.Kerber@xxxxxxx>
- To: joseph.armstrong-champ@xxxxxxxxx, "ORACLE-L" <oracle-l@xxxxxxxxxxxxx>
- Date: Fri, 29 Jun 2007 13:11:39 -0500
We never found the cause, but we have fixed similar problems in the past
by rebuilding the indexes on the table (alter index owner.indexname
rebuild online;)
-----Original Message-----
From: oracle-l-bounce@xxxxxxxxxxxxx
[mailto:oracle-l-bounce@xxxxxxxxxxxxx] On Behalf Of Joe Armstrong-Champ
Sent: Friday, June 29, 2007 11:57 AM
To: ORACLE-L
Subject: high cpu on query
We upgraded to 10.2 a month ago and everything was running fine until 2
days ago when a query started running very slow in prod. It is selecting
data from a view using distinct and does an 'order by', too. It runs ok
in a copy of the db which was refreshed just after the upgrade. The
difference in the number of rows between the 2 databases isn't that much
but the execution plans are very different. The indexes are the same in
both. I manually updated the stats for the affected tables in another
copy which was refreshed yesterday but the plan didn't change. There is
a high percentage of cpu involved in the long running query.
Questions:
- what can cause a difference in the execution plans besides the stats
and indexes?
- in general what can cause a query to use a lot of cpu?
Thanks.
Joe
--
http://www.freelists.org/webpage/oracle-l
------------------------------------------------------------------------------
NOTICE: This electronic mail message and any attached files are confidential.
The information is exclusively for the use of the individual or entity intended
as the recipient. If you are not the intended recipient, any use, copying,
printing, reviewing, retention, disclosure, distribution or forwarding of the
message or any attached file is not authorized and is strictly prohibited. If
you have received this electronic mail message in error, please advise the
sender by reply electronic mail immediately and permanently delete the original
transmission, any attachments and any copies of this message from your computer
system. Thank you.
==============================================================================
--
http://www.freelists.org/webpage/oracle-l
- References:
- high cpu on query
- From: Joe Armstrong-Champ
Other related posts:
- » high cpu on query
- » RE: high cpu on query
- » RE: high cpu on query
- » Re: high cpu on query
- » RE: high cpu on query
- » Re: high cpu on query
- » Re: high cpu on query
- » Re: high cpu on query
- » Re: high cpu on query
- » Re: high cpu on query
- » Re: high cpu on query
- high cpu on query
- From: Joe Armstrong-Champ