Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: How to suppress the total line in SQL Plus?
hi,
Dino Hsu wrote:
>
> Dear all,
>
> When a SELECT SQL is executed, a total line will be shown at the end
> of the report, such as:
> 12 rows selected. or
> no rows selected.
>
> The cases are that I want to create an interface file and I don't need
> any descriptive or decorative wordings. How can we suppress this total
> line? Thanks in advance.
>
> Regards,
> Dino
SET FEEDBACK OFF
-- Andreas Necker ISB AG Tel: +49 (0)721/82800-0 Karlstrasse 52-54 Fax: +49 (0)721/82800-82 76133 Karlsruhe mailto:Andreas.Necker_at_isb-ka.de Germany http://www.isb-ka.deReceived on Mon Mar 19 2001 - 06:47:20 CST
![]() |
![]() |