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: Rollback Segment

Re: Rollback Segment

From: Jonathan Lewis <jonathan_at_jlcomp.demon.co.uk>
Date: Thu, 7 Sep 2000 08:59:33 +0100
Message-ID: <968314038.14856.1.nnrp-03.9e984b29@news.demon.co.uk>

Direct load inserts still cause rollback to be generated for index updates.

And there is always a little rollback due to dictionary updates. Presumably you
did have the table declared as NOLOGGING ?

--

Jonathan Lewis
Yet another Oracle-related web site:  http://www.jlcomp.demon.co.uk

EnderW wrote in message <8p72pn$aie$1_at_nnrp1.deja.com>...

>direct-load insert ?
>though this seems to be doing rollback activity as well.
>
>INSERT /*+ APPEND */ INTO emp
> SELECT * FROM t_emp;
>
Received on Thu Sep 07 2000 - 02:59:33 CDT

Original text of this message

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