I am using Oracle 11g R2 and in my database there appear an ORA in alert log ORA-01555
and looking at the sql is obviously oracle internal task
(SQL ID: g0jvz8csyrtcf, Query Duration=6 sec, SCN: 0x0000.27c4f832)
SELECT T.TASK_ID FROM SYS.DBA_ADVISOR_TASKS T, WRI$_ADV_PARAMETERS P WHERE T.TASK_ID = P.TASK_ID AND T.STATUS# <> :B2 AND T.READ_ONLY = 'FALSE' AND P.NAME = 'DAYS_TO_EXPIRE' AND PRVT_ADVISOR.CHECK_EXPIRATION_COMP(:B1 , T.LAST_MODIFIED, P
.VALUE) = 1
and checked my undo space should be enough . how come it still cause the error ?