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: Dino Hsu <dino1_nospam_at_ms1.hinet.net>
Date: Tue, 17 Apr 2001 09:43:44 +0800
Message-ID: <vp7ndtcenfhjb13ba4j300fl8t97lprdaq@4ax.com>

Dear all,

The complete answer of a flat file is the combination of Nick and Chritof:

SET PAGESIZE 0
SET LINESIZE 240
SET FEEDBACK OFF
SET HEAD OFF
SET NEWPAGE 0
SET SPACE 0
SET ECHO OFF
SET VERIFY OFF -- this turn off the macro expansion message SET TERMOUT OFF
SET SHOWMODE OFF Thanks for all your help.

Dino Received on Mon Apr 16 2001 - 20:43:44 CDT

Original text of this message

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