Re: SQLPlus - How to spool without query string? - Another problem.

From: Noel <tbal_at_go2.pll-l>
Date: Mon, 26 Sep 2005 09:18:25 +0200
Message-ID: <dh87gm$g91$1_at_nemesis.news.tpi.pl>


User Son KwonNam wrote:
> When I tried another query which has alot of result rows,
> it did not have any query string but, it had the following line.
> --------------------------
> 99 rows selected.
> --------------------------
>
> Is it possible to remove that line?
>

SET FEEDBACK OFF --//**

SQL> select * from cat where rownum = 1;

TABLE_NAME                     TABLE_TYPE
------------------------------ -----------
AA                             TABLE

SQL> set feedback on
SQL> /

TABLE_NAME                     TABLE_TYPE
------------------------------ -----------
AA                             TABLE

1 row selected..

SQL> set feedback off
SQL> /

TABLE_NAME                     TABLE_TYPE
------------------------------ -----------
AA                             TABLE

SQL>
-- 
TomekB tbal_at_go2.pl-l
Received on Mon Sep 26 2005 - 09:18:25 CEST

Original text of this message