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: Mark C. Stock <mcstockX_at_Xenquery>
Date: Wed, 31 May 2006 12:49:52 -0400
Message-ID: <QPqdnVCiyeWuVODZnZ2dnUVZ_v2dnZ2d@comcast.com>

"gazzag" <gareth_at_jamms.org> wrote in message news:1149092793.578944.245940_at_j55g2000cwa.googlegroups.com...
: Chuck wrote:
: >
: > Rejected rows aren't included in the count, so the difference would
: > always be 0.
:
: No, I meant something like:
:
: select count(*) into external_table_count from external_table;
:
: Then, after your insert:
:
: rejected_rows = external_table_count - sql%rowcount
:

rejected rows are not expsed via the external table, because they were, well, rejected.

++ mcs Received on Wed May 31 2006 - 11:49:52 CDT

Original text of this message

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