Re: sqlplus message

From: Steve Cosner <stevec_at_csufresno.edu>
Date: Thu, 11 Nov 1999 08:24:56 -0800
Message-ID: <382AEDD8.872932F6_at_csufresno.edu>


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 Received on Thu Nov 11 1999 - 17:24:56 CET

Original text of this message