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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: fetch across commit

Re: fetch across commit

From: <ryan_gaffuri_at_comcast.net>
Date: Wed, 24 Nov 2004 18:52:54 +0000
Message-Id: <112420041852.15245.41A4D8860007F9C500003B8D2200734748079D9A00000E09A1020E979D@comcast.net>


yes, because a commit releases the lock on the rollback segments and oracle can overwrite them with another process. -------------- Original message --------------

> Listers,
>
> I have a question where I need a little clarification about fetching across
> commits. Can this happen if the table being committed to is not the same
> as the tables(s) in the cursors?
>
> For example, if I had :
> cursor c1 is select empname form emp where
> dept = 100;

--
http://www.freelists.org/webpage/oracle-l
Received on Wed Nov 24 2004 - 12:55:57 CST

Original text of this message

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