RE: What's generating all these logs?

From: Allen, Brandon <Brandon.Allen_at_OneNeck.com>
Date: Tue, 1 Dec 2009 11:19:11 -0700
Message-ID: <64BAF54438380142A0BF94A23224A31E112EA79F7E_at_ONEWS06.oneneck.corp>



Try this:

select a.sid, a.username, a.osuser, a.module, a.program, b.value from v$session a, v$sesstat b, v$statname c where a.sid=b.sid and b.statistic#=c.statistic# and c.name = 'redo size' and b.value > 1000000 order by b.value;

Regards,
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 Tue Dec 01 2009 - 12:19:11 CST

Original text of this message