Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> v$sql 'db block changes'

v$sql 'db block changes'

From: Allen, Brandon <Brandon.Allen_at_OneNeck.com>
Date: Thu, 15 Dec 2005 10:51:29 -0700
Message-ID: <04DDF147ED3A0D42B48A48A18D574C4503D3FF03@NT15.oneneck.corp>


Anybody have a good method for tracking top SQL by 'db block changes'? It seems this statistic is only tracked by session and instance, but not by SQL statement. The 'disk_reads' are tracked in v$sql and although it wouldn't make sense to track 'disk_writes' (since physical writes are performed in the background as needed by DBWR, not as a direct result of any particular SQL statement), it seems like it would make sense to track 'db block changes' by SQL, doesn't it? I've got heavy writes occurring on a RAID 5 system and it's killing performance, but I'm having trouble identifying the offending SQL. Any ideas?  

Thanks,
Brandon

Privileged/Confidential Information may be contained in this message or attachments hereto. Please advise immediately if you or your employer do not consent to Internet email for messages of this kind. Opinions, conclusions and other information in this message that do not relate to the official business of this company shall be understood as neither given nor endorsed by it.

--
http://www.freelists.org/webpage/oracle-l
Received on Thu Dec 15 2005 - 11:51:37 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US