undo_retention " MAXQUERYLEN "
My database verssion in 10.0.1.4.
OS -SUN 5.10
SQL> select max(maxquerylen) from v$undostat;
MAX(MAXQUERYLEN)
----------------
2055
=======================================
SQL> show parameter undo
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
undo_management string AUTO
undo_retention integer 900
undo_tablespace string UNDORPT1
if my max query length is 2055 and undo_retention 900 . here should be error But i not getting in error . can anybody help me .