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 -> returning the number of rows.

returning the number of rows.

From: DaLoverhino <DaLoveRhino_at_hotmail.com>
Date: 17 Jun 2005 21:38:58 -0700
Message-ID: <1119069538.049086.197880@o13g2000cwo.googlegroups.com>


Is there a way in sqlplus to return the number of rows fetched every time a select statement ends? For instance:

SQL> select * from pets; --pets is a small table with less than 20 rows
[Some output]
(13 rows returned)

For some unknown reason, sometimes sqlplus shows the rows returned, sometimes it doesn't.

thanks. Received on Fri Jun 17 2005 - 23:38:58 CDT

Original text of this message

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