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: SQL/Plus and autocommit

Re: SQL/Plus and autocommit

From: justme <nobody_at_rogers.com>
Date: Sat, 06 Jul 2002 03:17:34 GMT
Message-ID: <ijtV8.8375$Ggf.1262@news01.bloor.is.net.cable.rogers.com>


The auto commit will only commit the pending transactions on exit... not once for each insert

"Matthias Wirtz" <Matthias.Wirtz_at_epost.de> wrote in message news:ag51an$iq56r$1_at_ID-151394.news.dfncis.de...
> Hy,
>
> i encounter probs with the sql/plus function autocommit.
>
> I set autocommit on and did a lot of inserts like: INSERT INTO EMP
> (col1,col2) VALUES (val1,val2);
>
> I supposed that after each insert statement the sql/plus will do a commit.
> But i received a rollback error saying that my rollback segment is full.
>
> In my oppinion the rollback segement only needs to hold one insert
> statement. Because after each insert statement the rdbm received a commit
> an can reuse the rollback segement.
>
> Can anyone point out my missunderstanding? Thanks.
>
> --
> Matthias Wirtz - Karlsruhe
>
Received on Fri Jul 05 2002 - 22:17:34 CDT

Original text of this message

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