RE: What's generating all these logs?

  • From: "Allen, Brandon" <Brandon.Allen@xxxxxxxxxxx>
  • To: "eugene.pipko@xxxxxxxxxxxx" <eugene.pipko@xxxxxxxxxxxx>, 'oracle-l List' <oracle-l@xxxxxxxxxxxxx>
  • Date: Tue, 1 Dec 2009 11:19:11 -0700

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.

Other related posts: