Re: SQL*PLUS simple problem...

From: Alexander I. Doroshko <aid_at_grant.kharkov.ua>
Date: 7 May 1999 10:37:29 GMT
Message-ID: <01be9875$99378220$190114c1_at_sister.grant.UUCP>


set pages 0

-- 
 Alexander I.Doroshko, aid_at_grant.kharkov.ua
 * Bank "Grant", Kharkov, Ukraine

Jimmy <c6635500_at_comp.polyu.edu.hk> wrote in article
<3733029D.22E2BF15_at_comp.polyu.edu.hk>...

: I have a problem about SQL*PLUS.
: I have the following sql file:
:
: set arraysize 2
: set linesize 100
: set pagesize 100
: set space 0
: set heading off
: set feedback off
: spool aaa.txt
: select * from emp;
: spool off
:
: The output is stored in aaa.txt. However, I find that there is
one
: blank line at the beginning of aaa.txt. What should I set in SQL*PLUS
: such that there is no blank line at the beginning of file aaa.txt?
Received on Fri May 07 1999 - 12:37:29 CEST

Original text of this message