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: Determining Which Row Failed In Insert ... Select Without Using A Cursor

Re: Determining Which Row Failed In Insert ... Select Without Using A Cursor

From: John Russell <johnrussell10_at_home.com>
Date: Mon, 05 Mar 2001 10:00:35 GMT
Message-ID: <goo6atgud8dnbgqiv99rn1t8br055pmctk@4ax.com>

On Sat, 03 Mar 2001 16:51:37 GMT, gteets_at_rr.cinci.com (Greg Teets) wrote:

>Ted,
>
>I know how to do that.
>
>The question is can you find out without
>inserting one line at a time via the cursor.

I don't think there is a built-in function to do that right now. I believe it is a known requirement.

BTW, you can do faster inserts from PL/SQL using the FORALL statement to iterate through the cursor.

John Received on Mon Mar 05 2001 - 04:00:35 CST

Original text of this message

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