|
最初由 Fenng 发布
[B]SELECT tablespace_name, retention FROM dba_tablespaces where tablespace_name='UNDOTBS';
10g 这个所谓的新特性是有一点意思的 [/B]
已经设置 retention :GUARANTEE ,
看ORACLE 官方文挡说:"the database can overwrite unexpired undo when space is low" ,搞不明白,他说的SPACE IS LOW ,难道达到99% 了才算是LOW
Retention Guarantee
To guarantee the success of long-running queries or Oracle Flashback operations, you can enable retention guarantee. If retention guarantee is enabled, the specified minimum undo retention is guaranteed; the database never overwrites unexpired undo data even if it means that transactions fail due to lack of space in the undo tablespace. If retention guarantee is not enabled, the database can overwrite unexpired undo when space is low, thus lowering the undo retention for the system. This option is disabled by default. |
|