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: External tables - rejected rows

Re: External tables - rejected rows

From: gazzag <gareth_at_jamms.org>
Date: 31 May 2006 09:03:16 -0700
Message-ID: <1149091396.287291.304630@f6g2000cwb.googlegroups.com>


Chuck wrote:
> I'm loading data into a table by inserting rows from an external table.
> I can easily determine the number of rows inserted in pl/sql by looking
> at the sql%rowcount attribute after the insert completes. Is there a way
> to easily get the # of rejected rows in pl/sql?
>
> Thanks

Do a row count on the external table then subtract sql%rowcount after your insert?

HTH -g Received on Wed May 31 2006 - 11:03:16 CDT

Original text of this message

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