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

Home -> Community -> Usenet -> c.d.o.misc -> Re: snapshot too old

Re: snapshot too old

From: Daniel Morgan <damorgan_at_x.washington.edu>
Date: Thu, 26 Feb 2004 08:32:35 -0800
Message-ID: <1077813117.575546@yasure>


x wrote:
> The other workaround (if you really need to commit after 2500 rows) is to
> declare cursor like this
>
> cursor c1 is select ssn from test_table order by 1;
>
> This will keep the cursor in temp segment, not in rollback segment.
>
> But, generally, don't 'fetch across commit', or in normal language don't
> commit inside loop.
>
> And don't use larger rollback segments, since it won't solve your problem.

Could you please find a single document supporting any of your statements from:

otn.oracle.com
tahiti.oracle.com
docs.oracle.com
asktom.oracle.com

or any other reputable source?

There is not a single sentence above that appears to be valid.

-- 
Daniel Morgan
http://www.outreach.washington.edu/ext/certificates/oad/oad_crs.asp
http://www.outreach.washington.edu/ext/certificates/aoa/aoa_crs.asp
damorgan_at_x.washington.edu
(replace 'x' with a 'u' to reply)
Received on Thu Feb 26 2004 - 10:32:35 CST

Original text of this message

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