Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: # of rows processed

Re: # of rows processed

From: Dan Clamage <clamage_at_mime.dw.lucent.com>
Date: 1997/09/29
Message-ID: <01bccce3$248d8c30$54110b87@clamagent>#1/1

There's always SELECT COUNT(*)...
-djc

M. Thomas Groszko <mgroszko_at_sirus.com> wrote in article <01bccbaf$8ff69af0$64646464_at_GROSZKO>...
> From within PL/SQL is there a way to identify the number of rows
 processed
> by the last statement as I can do with the sqlca.errcd[2] using embedded
> SQL in my C++ program?
>
>
Received on Mon Sep 29 1997 - 00:00:00 CDT

Original text of this message

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