Xref: alice comp.databases.oracle.tools:35417
Path: alice!news-feed.fnsi.net!news.idt.net!howland.erols.net!usc!newshub.csu.net!nntp.csufresno.edu!not-for-mail
Message-ID: <382AEDD8.872932F6@csufresno.edu>
From: Steve Cosner <stevec@csufresno.edu>
Organization: California State University, Fresno
X-Mailer: Mozilla 4.51 [en] (WinNT; I)
X-Accept-Language: en
MIME-Version: 1.0
Newsgroups: comp.databases.oracle.tools
Subject: Re: sqlplus message
References: <s2ll4ei7hsq70@corp.supernews.com>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Lines: 21
Date: Thu, 11 Nov 1999 08:24:56 -0800
X-Complaints-To: abuse@csufresno.edu
X-Trace: nntp.csufresno.edu 942337529 129.8.175.52 (Thu, 11 Nov 1999 08:25:29 PST)
NNTP-Posting-Date: Thu, 11 Nov 1999 08:25:29 PST

Greg Abrams wrote:
> 
> stupid question, but something that is nagging me.
> i get a message...
> 
> Input truncated to xx characters
> 
> when running an sqlplus script that contains multiple
> selects.  i have tried...
> 
> set feedback off
> set verify off
> 
> but still get message.  must be a simple solution?


It is caused by spaces on the last line of your script with no Return at
the end.  Delete all blank spaces and make sure the last line has only a
Return and the message will go away.

SC
