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: RE: how to optimize insert into t select * from t2

Re: RE: how to optimize insert into t select * from t2

From: <ryan.gaffuri_at_cox.net>
Date: Fri, 12 Mar 2004 11:10:56 -0500
Message-Id: <20040312161055.TJLX26108.lakemtao01.cox.net@smtp.east.cox.net>


append wont help with all those indexes.
>
> From: "Carel-Jan Engel" <cjpengel.dbalert_at_xs4all.nl>
> Date: 2004/03/12 Fri AM 10:50:54 EST
> To: oracle-l_at_freelists.org
> Subject: RE: how to optimize insert into t select * from t2
>
> > /*+ APPEND */ indicates a nologging operation, but then there is the FORCE
> > LOGGING option.....
> >
> > It wouldn't be entirely surprising to find a production dba setting the
> > latter (pace Wolfgang's comment about backup,backup,backup) where the test
> > environment doesn't have it.
>
> e.g. a Data Guard setup, which especially benefits from FORCE LOGGING.......
>
>
> Regards, Carel-Jan
>
> ===
> If you think education is expensive, try ignorance. (Derek Bok)
> ===
>
> ----------------------------------------------------------------
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> ----------------------------------------------------------------
> To unsubscribe send email to: oracle-l-request_at_freelists.org
> put 'unsubscribe' in the subject line.
> --
> Archives are at http://www.freelists.org/archives/oracle-l/
> FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
> -----------------------------------------------------------------
>



Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
Received on Fri Mar 12 2004 - 10:11:34 CST

Original text of this message

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