Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: SQL*Plus report
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
![]() |
![]() |