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 as select with "save exceptions"

Re: insert as select with "save exceptions"

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: Sun, 24 Jul 2005 12:03:29 +0200
Message-ID: <cop6e1psdhfbqrm2p27jh1odf78kgni1jp@4ax.com>


On 24 Jul 2005 02:08:19 -0700, yonimoshe_at_gmail.com wrote:

>Is there a way , while doing "insert as select", to keep rejected rows
>in a certain table and continue on with bulk insert?
>I know you can do that through pl/sql with collections, but that would
>slow my load.

constaints have an 'exceptions into clause' which saves the rowid's of the rejected rows.
Other than that, I always make sure my data is clean prior to the bulk insert. I know this strategy works.

--
Sybrand Bakker, Senior Oracle DBA
Received on Sun Jul 24 2005 - 05:03:29 CDT

Original text of this message

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