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 -> Re: SQL *Plus screen setup (fonts, display, etc.)

Re: SQL *Plus screen setup (fonts, display, etc.)

From: Yvan Galas <yvan.galas_at_fr.adp.com>
Date: Wed, 02 Feb 2000 14:58:22 GMT
Message-ID: <3898461E.23FF2FE7@fr.adp.com>


pbshpdrm_at_my-deja.com wrote:
>
> How do I change the font in SQL *Plus? Currently, if a query has
> several columns the results will wrap around which makes it difficult
> for me to read. If I turn the wrap off the results truncate and I
> cannot see all the results.
>
> Is it really the font size I want to change or should I also change
> something else?
>
> Also, is there away to change the number of lines before a query result
> breaks into a new header? I only want to see the header one time.
>

Hi,

the commands are : show all for the status of your sqlplus

set linesize XXX
set pagesize XXX

set heading on/off
and so on .... Received on Wed Feb 02 2000 - 08:58:22 CST

Original text of this message

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