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: SQL*Plus report

Re: SQL*Plus report

From: Karsten Farrell <kfarrell_at_belgariad.com>
Date: Mon, 13 Jan 2003 18:35:10 GMT
Message-ID: <yFDU9.26$T41.2967670@newssvr15.news.prodigy.com>


Noodles wrote:
> Try "SET FEEDBACK ON;"

One more comment - if you type "show feedback", you'll see that you get feedback only when you have 6 or more rows (default). You can change it:

SQL> select dummy from dual;

D
-
X

SQL> set feedback 1
SQL> / D
-
X

1 row selected.

SQL> Received on Mon Jan 13 2003 - 12:35:10 CST

Original text of this message

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