Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Oh Where Oh Where Is My Redo Coming From
So what about an app server process that has been handling requests for 2
weeks? In this case I still won't know anything about the process(es)
causing the redo.
I have monitoring scripts that can trigger execution of another script(s) to enact SQL trace on the top "N" sessions generating redo, commits, whatever...and send me the trace files. It is nice when I see a process that runs at some point in the night and I want trace files but I also want sleep.
-----Original Message-----
Sent: Friday, February 21, 2003 11:59 AM
To: Multiple recipients of list ORACLE-L
> select sid, name, value
> from v$statname n, v$sesstat v
> where v.statistic# = n.statistic#
> and name like 'redo size'
> and value > 100000
> order by value desc
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Post, Ethan INET: Ethan.Post_at_ps.net Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Fri Feb 21 2003 - 14:25:18 CST
![]() |
![]() |