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 REPORT

Re: SQL*PLUS REPORT

From: Sergey Nikolayenko <tmpsnikolayenko_at_ptc.com>
Date: 1997/12/12
Message-ID: <3491CB51.B8B35D0B@ptc.com>#1/1

John P. Higgins wrote:

> miguel wrote:
> ?
> ? Hi,
> ?
> ? I have table test(a,b,c)
> ? I have a scrip like this:
> ? SET TERMOUT OF
> ? SET PAGESIZE 0
> ? SET HEADING OFF
> ? SET FEEDBACK OFF
> ? SPOOL TEST1.CSV
> ? SELECT a || ´,´ || b || ´,´ || c FROM test;
> ? SPOOL OFF
> _____________________________
>
> Put an EXIT at this point in your script.
> ?
> ? The TEST1.CSV look like this:
> ? 1,2,3
> ? 2,3,4
> ? 3,4,3
> ? 2,3,4
> ? input truncate to 9 characters
> ?
> ? How do i avoid this last line("input truncate to 9 characters")?
> ? Thanks
> ? MIGUEL
 sqlplus generate this message when last line incomplete (without "LF" or "CR" characters).

--
Sergey V. Nikolayenko Software Engineer, Server Applications
Parametric Technology     email: tmpsnikolayenko_at_ptc.com
128 Technology Drive      phone: (617) 398-6519
Waltham, MA 02154           fax: (617) 398-5633
Received on Fri Dec 12 1997 - 00:00:00 CST

Original text of this message

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