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 -> Re: Does rollback segment matter in the following case?

Re: Does rollback segment matter in the following case?

From: Thomas Jork <tj_at_net-dept.de>
Date: Wed, 23 Feb 2000 11:12:31 +0100
Message-ID: <38B3B28F.19EC1EA7@net-dept.de>


hi

another issue is the transaction isolation level. if other client should not see
your uncommited inserts, than there must be a kind of redirection to the before state
of the table. and i think the rollback segments are the right place to hold this before information

                                                                 regards

thomas

shimeng_at_my-deja.com schrieb:

> If inside one transaction I insert a million records into some table,
> will there be anything written to the rollback segment? Will the
> rollback segment be impacted in this situation? From my understanding,
> the rollback segment is used for storing the old values of records.
>
> Thanks,
>
> Shimeng
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Received on Wed Feb 23 2000 - 04:12:31 CST

Original text of this message

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