Re: How do I set output line length?

From: Philip D Palmer <domino4_at_hpcc01.corp.hp.com>
Date: 1995/11/09
Message-ID: <56430007_at_hpcc01.corp.hp.com>#1/1


: Is there a way to adjust the line length/number of columns of
: output?
 

: For example, whenever I issue a command inside sqldba or server manager

                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

: such as "select * from v$rollstat;" output gets cut off at 80 columns
: and wrapped to the next line. I would like the output set to
: the number of columns necessary (i.e. 180).
:  

>> try doing a SET LINESIZE 180 at the beginning of your script.

This "set linesize" option will work on SQL*PLUS, but not on both sqldba and server manager. Received on Thu Nov 09 1995 - 00:00:00 CET

Original text of this message