We are running on Oracle 9i and also we implimented all the 9i features.
3 days back we ran into the following error:
ORA-01555 caused by SQL statement (Query Duration=4736 sec, SCN: 0x0000.235fde04):
I am sure the above error is a snapshot too old error, but I need your help in resolving this issue. Here are some details:
NAME TYPE VALUE
------------------------------------ ----------- ---------------
undo_management string AUTO
undo_retention integer 900
undo_suppress_errors boolean FALSE
undo_tablespace string PSAPUNDO
You had a query that took 4736 seconds, and your UNDO_RETENTION is 900 seconds. If you increase it to 5000, you will not probably see that error but can you afford to have so big UNDO tablespace? You will need in this case to increase the size of the UNDO tablespace.
Oracle Certified Master
Oracle Certified Professional 6i,8i,9i,10g,11g
email: ocp_9i@yahoo.com
Bookmarks