Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Strange snapshot too old during a select statement
Strange snapshot too old during a select statementHi Philippe,
Ummm, I must be missing something here ?
Snapshot too old errors occur because Oracle can't reconstruct a consistent image of a block for the purposes of a consistent read.
And when do you generally require a consistent read ? During a select ...
And when are you likely to hit a snapshot too old ? During a long running select as Oracle needs to reconstruct all blocks back to the time the query started and the likelihood of such being possible diminishes over time.
You've described the classic scenario when ORA-01555s occur.
I think the Oracle Support person who said it's not possible since this was only a select statement is smoking some seriously dangerous substances ;)
Cheers
Richard
Hi list!
we encounter a very strange "ORA-01555 : snapshot too old :rollback segment
number 3 with name "_SYSSMU3$" too small"
This is a very long query
With a query that only make a select statement.
We have open a TAR with Oracle Support but they say that it's not possible
since this only a "select" statement ?!!
Any idea ?
TIA
Philippe
![]() |
![]() |