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: Sqlldr versus inserts

Re: Sqlldr versus inserts

From: Dennis Williams <oracledba.williams_at_gmail.com>
Date: Mon, 12 Mar 2007 07:41:28 -0600
Message-ID: <de807caa0703120641g370f925at78dbd20ade143524@mail.gmail.com>


John,

Remember you can use the /*+ APPEND */ hint on the inserts, so you will be getting the equivalent of direct path insert. Overall, the performance may not be as high, since you may experience various delays (network, client server, etc.). However, performance may be adequate. Remember the goal is get the data loaded when it is required, not necessarily match your current performance. I'm guessing the developers have other reasons for suggesting this change.

Dennis Williams

--
http://www.freelists.org/webpage/oracle-l
Received on Mon Mar 12 2007 - 08:41:28 CDT

Original text of this message

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