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: INSERT with NOLOGGING

Re: INSERT with NOLOGGING

From: Greg Akins <insomniaNOinSPAM_at_a1usa.net.invalid>
Date: Tue, 12 Oct 1999 05:42:35 -0700
Message-ID: <0a0133f8.6931d572@usw-ex0101-008.remarq.com>


I just asked a similar question a few days ago.

I'm not sure which version of Oracle you need, but...

Alter table TableA nologging ;

then

insert /*+ append */ into TableA select * from TableB ;

Received on Tue Oct 12 1999 - 07:42:35 CDT

Original text of this message

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