Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Nologging

Re: Nologging

From: Eric Fang <eric_fang_at_yahoo.com>
Date: Mon, 5 Jun 2000 15:56:53 -0700 (PDT)
Message-Id: <10519.107765@fatcity.com>


How about insert into table_a

          select * from table_b;
from the oracle manu, this is the direct insert, it will not use rollback segment anyway, but it will write to redo logs if the table is created with logging.
Am I correct? Thanks for your replies.

Eric Fang

Received on Mon Jun 05 2000 - 17:56:53 CDT

Original text of this message

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