Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Snapshot too old

Re: Snapshot too old

From: Dieter Beitel <dbeitel_at_csi.com>
Date: 1998/02/26
Message-ID: <6d4252$1rj$1@popnews.hamburg.pop.de>#1/1

Hi Faizel,

that a well known problem concerning cursors. An open cursor holds its data in a snapshot. If you change its data in the database with a commit, the next fetch raises the error.

Skip the commit within the loop
or
if you cannot, close the cursor, commit changes and reopen cursor, minor problem with the cursor positioning.

---
Dieter
Received on Thu Feb 26 1998 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US