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

Home -> Community -> Usenet -> c.d.o.server -> Need the output display in Horizontal format in SQL/PLUS Workshee t in Oracle.

Need the output display in Horizontal format in SQL/PLUS Workshee t in Oracle.

From: Norman Dunbar <Norman.Dunbar_at_lfs.co.uk>
Date: Thu, 14 Mar 2002 16:39:21 -0000
Message-ID: <E2F6A70FE45242488C865C3BC1245DA70159294F@lnewton.leeds.lfs.co.uk>


You could try :

set linesize 1000
set trimspool on

That way each line will be 1000 characters wide, and this should stop the wrapping.
The trimspool bit simply means that if you spool the output to a file, SQLPlus will not space fill every line to 3000 characters wide.

Another option is

set wrap off which stops lines wrapping, but simply truncates output at the 'linesize' column.

HTH regards,
Norman.



Norman Dunbar			EMail:	Norman.Dunbar_at_LFS.co.uk
Database/Unix administrator	Phone:	0113 289 6265
				Fax:	0113 289 3146
Lynx Financial Systems Ltd.	URL:	http://www.Lynx-FS.com

------------------------------------------------------------------------

Received on Thu Mar 14 2002 - 10:39:21 CST

Original text of this message

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