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 -> Rollback Segment usage and INSERTs?

Rollback Segment usage and INSERTs?

From: Simon Quinn <simon.quinn_at_bigfoot.comX>
Date: Fri, 24 Sep 1999 14:41:21 +0100
Message-ID: <tXzrN65vCQ=kCIKhdpDcnD6une=K@4ax.com>


Perhaps I'm missing something but how come Rollback Segment usage is very small or not used when inserting into a table using the normal INSERT SQL statement.

All I'm doing is doing:
INSERT INTO target_table
  SELECT * from source_table;

Testing this with 200,000 rows shows that the rollack segment stays small, initially configured to be 4MB but does not increase any furthur. If I do a DELETE or UPDATE on these tables the Rollback Segment becomes large 250Mbytes+ which is what I would expect.

Tested on 8.0.4 and 8.1.5

What am I missing?

Cheers
Simon Quinn Received on Fri Sep 24 1999 - 08:41:21 CDT

Original text of this message

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