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: redo log generation and undo_retention

RE: redo log generation and undo_retention

From: Lex de Haan <lex.de.haan_at_naturaljoin.nl>
Date: Thu, 13 May 2004 19:02:42 +0200
Message-ID: <JFEEIGBIDOCCDALDIPLNAEEBCDAA.lex.de.haan@naturaljoin.nl>


undo retention does not generate more or less of anything; it only influences how fast Oracle will reuse inactive undo segment extents...
under 9i this is always on a "best effort" basis; under 10g this can (optionally) be made a guarantee. Kind regards,
Lex.



visit my website at http://www.naturaljoin.nl

-----Original Message-----

From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org]On Behalf Of Jos Sent: Thursday, May 13, 2004 13:07
To: oracle-l_at_freelists.org
Subject: redo log generation and undo_retention

Dear List,
I am trying to find out if setting undo_retention to non-zero value will generate more redo log or not. I dummy up some update and insert transactions and ran it in a 9.2 db with undo_retention=0 and undo_retention=900 (the default), I monitored the redo size by querying 'redo size' stat in v$sysstat. And I found out that the amount of redo generated under both undo_retention is about the same. I would have thought that with undo_retention=non-zero value will generate more redo because of the undo entries and these undo will be in the redo stream as well. However, from the test result it doesn't seem to be the case. Is it my understanding of undo is wrong or the test I did is not right? Josh


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 May 13 2004 - 12:50:58 CDT

Original text of this message

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