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

SQL/Plus and autocommit

From: Matthias Wirtz <Matthias.Wirtz_at_epost.de>
Date: Fri, 5 Jul 2002 22:59:05 +0200
Message-ID: <ag51an$iq56r$1@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 - 15:59:05 CDT

Original text of this message

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