Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Determining Which Row Failed In Insert ... Select Without Using A Cursor
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>eduReceived on Wed Mar 07 2001 - 13:22:32 CST
![]() |
![]() |