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: APPEND hint (Was: Which is faster??)

Re: APPEND hint (Was: Which is faster??)

From: yong huang <yong321_at_yahoo.com>
Date: Sat, 24 Mar 2001 21:59:48 -0800
Message-ID: <F001.002D7492.20010324211750@fatcity.com>

Hi, Connor,

The append hint to insert does not disable generating rollback info. It does stop redo generation for a nologging table.

Yong Huang
yong321_at_yahoo.com

you wrote:

If you're on 8.0 or higher, try

insert /*+ APPEND */
into table
select * from other_table;

where "table" is defined as nologging. Then you won't hit either redo logs or rollback segments..Its the equivalent of a sqlldr direct load

hth
connor



Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/
--

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

Author: yong huang
  INET: yong321_at_yahoo.com
Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Sat Mar 24 2001 - 23:59:48 CST

Original text of this message

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