Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Re: How to suppress the total line in SQL Plus?

Re: How to suppress the total line in SQL Plus?

From: Christof Müller <christof.mueller_at_andaro.com>
Date: Fri, 23 Mar 2001 08:27:52 +0000
Message-ID: <3ABB0908.FD9C665A@andaro.com>

set feedback off

to create such a flat file do:

set newpage 0
set space 0
set echo off
set feedback off
set head off
set pagesize 0
set linesize 104

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
Received on Fri Mar 23 2001 - 02:27:52 CST

Original text of this message

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