Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Redolog size question?
Hi Gurus,
Can some one explain me about my redo size here please? - my redo files size are 50M and the query below shows me 11Gb.
SQL> select name,value from v$sysstat
2 where name in ('redo size', 'physical reads', 'db block gets')
3 /
NAME VALUE -------------------- ---------------------------- db block gets 92,422,816 physical reads 378,518,865 redo size 11,613,542,316
Many thanks in advance.
Jonny
http://uk.docs.yahoo.com/mail_storage.html
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: =?iso-8859-1?q?Jonny=20Delmont?=
INET: jonny99delmont_at_yahoo.co.uk
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------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 Wed Jul 31 2002 - 07:53:36 CDT
![]() |
![]() |