For Oracle support & training call (800) 766-1884
Free Oracle Tips

Home
Oracle Tips
Oracle Code Depot
Oracle Monitoring
Oracle Consulting
Oracle Training
Oracle News
Oracle Forum
Oracle Support





 

Free Oracle Tips

image

 
HTML Text

Free Oracle App Server Tips

image

 
HTML Text


Privacy Policy

Redneck

Dress Code

Oracle tuning

Oracle training

Oracle support

Remote Oracle


 

   
  Oracle Tips by Burleson

Easy Oracle Automation
Chapter 7 -
Application and SQL Management

Flash Back Corrections

The default value of RETENTION GUARANTEE is NO GUARANTEE. When this option is enabled, the database never overwrites unexpired undo data. By default, this option is disabled so that the database can overwrite the unexpired undo data in the undo tablespace.

The default value for the undo_retention parameter, which is set in seconds, is 900. The undo_retention parameter can be changed in the initialization parameter file to be used by the database startup process or at any time by using the ALTER SYSTEM statement.

In the initialization parameter file, put undo_retention = 1500 for 25 minutes, or issue the following SQL command:

ALTER SYSTEM SET UNDO_RETENTION = 1500;

This takes effect immediately, as long as there is free space in the current undo tablespace. The undo retention period for the current undo tablespace is obtained by querying the TUNED_UNDORETENTION column of the v$undostat dynamic performance view.

The RETENTION column is set to GUARANTEE when the tablespace has RETENTION GUARANTEE. Use this GUARANTEE clause with caution, as it may affect any existing or long running DML operations.
 


The above text is an excerpt from:

Easy Oracle Automation
Oracle10g Automatic Storage, Memory and Diagnostic Features

ISBN 0-9745993-6-0

by Dr. Arun Kumar R.
 


For more details and scripts, see my new book " Oracle Tuning: The Definitive Reference", over 900 pages of BC's favorite tuning tips & scripts. 

You can buy it direct from the publisher for 30%-off and get instant access to the code depot.

  
 

 
 
 
 
Oracle performance tuning software
 
 

 

 
 
 
Oracle performance Tuning 10g reference poster
 
 
 
Oracle training in Linux commands
 
Oracle training Excel
 
Oracle training & performance tuning books
 

 

Fast-Track Oracle Support
PO Box 511
Kittrell, NC 27544


Email BC: