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: Gerard Averill <gaverill_at_chsra.wisc.eduNOSPAM>
Date: 7 Mar 2001 19:22:32 GMT
Message-ID: <905D8A506gaverill@144.92.88.10>

gaverill_at_chsra.wisc.eduNOSPAM (Gerard Averill) wrote in <905C95890gaverill_at_144.92.88.10>:

<snip>

>The package uses a private variable to save the row data sent to any of
>the overloaded LOG functions. On an exception, the last saved row data
>can be obtained using the LAST_ROW function.
>

Oops, forgot to include the following line at the beginning of the LOGGER package body:

  last_row_data varchar2(2000);

HTH

-- 
Gerard Averill
gaverill<at>chsra<dot>wisc<dot>edu
Received on Wed Mar 07 2001 - 13:22:32 CST

Original text of this message

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