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?
On Mon, 19 Mar 2001 17:59:17 +0800, Dino Hsu <dino1_at_ms1.hinet.net> 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
Please at least *try* to consult the sql*plus manuals for such easy questions.
Regards,
Sybrand Bakker, Oracle DBA Received on Mon Mar 19 2001 - 11:23:47 CST
![]() |
![]() |