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: [Q] How to make Sql*loader run under nologging mode?

RE: [Q] How to make Sql*loader run under nologging mode?

From: Bill Pass <wbpass_at_YAHOO.COM>
Date: Fri, 17 May 2002 05:43:19 -0800
Message-ID: <F001.0046357C.20020517054319@fatcity.com>


Or if you want the loaded data to be recoverable :)

Also, you will find some nasty side affects when using direct sql load (indexes are invalidated at the end for rebuild). Of course you can use the
skip_unusable_indexes parameter to get around concurrent query errors (this feature has been known to have bugs).

You may also want to consider loading into a table, building indexes, and then doing a partition exchange.

Bill


Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Bill Pass
  INET: wbpass_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 Fri May 17 2002 - 08:43:19 CDT

Original text of this message

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