Tuesday, April 7, 2009

Retention Guarantee

Retention Guarantee

If you specify the RETENTION GUARANTEE clause for theUNDO tablespace, then the database will never overwrite undo data whose age is less than the undo retention period. This functionality is new in Oracle 10g. By enabling the guarantee option, you instruct the database not to overwrite unexpired undo data even if itmeans risking failure of currently active DML operations. The clause can be specified either during undo tablespace creation time or later using an ALTER TABLESPACE command. The default setting is RETENTION NOGUARANTEE.

SQL> Alter Tablespace undotbs RETENTION GUARANTEE;

SQL>Alter Tablespace undotbs RETENTION NOGUARANTEE;

Thanks

No comments:

Followers

Powered By Blogger
 

Oracle Database Administration. Copyright 2008 All Rights Reserved Revolution Two Church theme by Brian Gardner Converted into Blogger Template by Bloganol dot com