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 spooling problem

Re: SQL*Plus spooling problem

From: L120bj <l120bj_at_aol.com>
Date: 1997/02/22
Message-ID: <19970222200800.PAA17215@ladder02.news.aol.com>#1/1

In sql*plus type
show lines
if this is less than the total length of the columns you are selecting (not forgetting the 2 spaces between each column that ORACLE uses by default) then the output will be split over multiple lines.

add a line
set linesize xxx (where xxx = total record length required) before executing your query Received on Sat Feb 22 1997 - 00:00:00 CST

Original text of this message

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