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

Home -> Community -> Mailing Lists -> Oracle-L -> DML on dual?

DML on dual?

From: Herring Dave - dherri <Dave.Herring_at_acxiom.com>
Date: Thu, 12 Apr 2007 09:41:39 -0500
Message-ID: <7ED53A68952D3B4C9540B4EFA5C76E360312FE97@CWYMSX04.Corp.Acxiom.net>


Folks,

I've got an odd problem on our production database where it seems physical writes and row lock waits are happening on SYS.DUAL. These are not causing any major performance problems, but it concerns me that some sort of DML (I'm assuming) is being performed against SYS.DUAL, which in my mind should never happen.

I came to the conclusion about DML against SYS.DUAL based on data from STATS$SEG_STAT for that segment, where I see physical writes and row lock waits, at most 100 or so per day.

I've set auditing on for INSERT, UPDATE, LOCK, DELETE on SYS.DUAL, but nothing has shown up. I've search V$SQL for any SQL statement referencing DUAL/SYS.DUAL but have found nothing beyond SELECT statements.

Anyone else see this behavior and/or have any clues on how to track what's causing this activity?

Database is 9.2.0.6, on Tru64 5.1b, 10 x 40GB GS1280 server.

Thanks.

Dave



David C. Herring, DBA  |   A c x i o m  Delivery Center Organization 630-944-4762 office | 630-430-5988 wireless | 630-944-4989 fax

The information contained in this communication is confidential, is intended only for the use of the recipient named above, and may be legally privileged.

If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited.

If you have received this communication in error, please resend this communication to the sender and delete the original message or any copy of it from your computer system.

Thank You.


--
http://www.freelists.org/webpage/oracle-l
Received on Thu Apr 12 2007 - 09:41:39 CDT

Original text of this message

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