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: SqlPlus headers

Re: SqlPlus headers

From: Peter van Rijn <pgm.van.rijnREMOVE_at_THIShccnet.nl>
Date: Fri, 18 Nov 2005 12:00:07 +0100
Message-ID: <11nrd1mkialbfc7@corp.supernews.com>


> of the application (which cannot be changed).
>
> Please can anybody tell me how to get the header to show the full alias
> and not be truncated to the length of the field?
>
> Many Thanks in advance.
>
> Paul
>

SQL> COLUMN alias1 FORMAT <xxx>

where <xxx> depends on the datatype.

See the SQL*Plus User Guide for more info.

regards
Peter Received on Fri Nov 18 2005 - 05:00:07 CST

Original text of this message

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