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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Way to much log switching!!!

Re: Way to much log switching!!!

From: <Jared.Still_at_radisys.com>
Date: Thu, 1 Jul 2004 11:38:10 -0700
Message-ID: <OF3CF03CB2.5C044562-ON88256EC4.0065AFB8-88256EC4.00665A7A@radisys.com>


>
> You don't need logminer to find the redo culprit, just this SQL:
>
> select module, osuser, sql_hash_value, value / (sysdate - logon_time)
redo
> from v$session s, v$sesstat ss, v$statname sn
> where s.sid = ss.sid
> and ss.statistic# = sn.statistic#
> and name = 'redo size'
> order by redo;
>

As of 9.2.0.5, the size of 'value' appears to be insufficient.

See SQL_HASH_VALUE 3746554268

MODULE                                           OSUSER  SQL_HASH_VALUE    

   REDO


88 rows selected.

11:28:31 SAPPRD2 - jkstill_at_prd SQL> l

SYSTEM                                      0  282467408       20,646,438
SYSTEM                             3746554268 -1.280E+09 -296,416,999,670
SYSTEM                                      0          0                0
SYSTEM                                      0          0                0
SYSTEM                             4115672663   70340844        5,141,440
SYSTEM                             2618850598          0                0
SYSTEM                                      0          0                0
SYSTEM                                      0          0                0
SYSTEM                                      0          0



----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
Received on Thu Jul 01 2004 - 13:35:22 CDT

Original text of this message

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