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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: sql plus help - display more text on a line

RE: sql plus help - display more text on a line

From: Richard Huntley <rhuntley_at_mindleaders.com>
Date: Wed, 29 May 2002 12:58:28 -0800
Message-ID: <F001.0046EC5A.20020529125828@fatcity.com>


Bill,
You're on the right track, both should work, if you want to see the text on screen, change
the SQL*Plus environment, i.e. Options->Environment and under Screen Buffer increase the
Buffer_Width, to some large number (larger than the text you're trying to see). If you don't care
about seeing the text on screen, set linesize to an appropriately large number then spool a file.
When you view the spool file, it should look fine.

HTH,
Rich

-----Original Message-----
Sent: Wednesday, May 29, 2002 2:26 PM
To: Multiple recipients of list ORACLE-L

how can I display more text on a line? I've adjusted linesize, but the last several columns are chopped off . . . there's a screen buffer setting in the SQLPlus environment, but it doesn't seem to do anything that I can see.

thanks
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Magaliff, Bill
  INET: Bill.Magaliff_at_lendware.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Richard Huntley
  INET: rhuntley_at_mindleaders.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Wed May 29 2002 - 15:58:28 CDT

Original text of this message

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