Re: Strange snapshot too old during a select statement

  • From: "Richard Foote" <richard.foote@xxxxxxxxxxx>
  • To: <oracle-l@xxxxxxxxxxxxx>
  • Date: Thu, 11 Mar 2004 20:08:55 +1000

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


----- Original Message -----
From: NGUYEN Philippe (Cetelem)
To: 'oracle-l@xxxxxxxxxxxxx'
Sent: Thursday, March 11, 2004 6:46 PM
Subject: Strange snapshot too old during a select statement


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


----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to:  oracle-l-request@xxxxxxxxxxxxx
put 'unsubscribe' in the subject line.
--
Archives are at //www.freelists.org/archives/oracle-l/
FAQ is at //www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------

Other related posts: