Re: How to get rid of "Input truncated to x characters" Message in sqlplus???
Date: Fri, 27 Oct 2000 18:44:41 GMT
Message-ID: <39F9C1BA.7EBECAA1_at_home.nl>
New Line (CR/LF). Some DOS quirk, that defines only accepts End-of-File when CR/LF/EOF are on a line by themselves. so, make sure your script ends with a blank line
Steve Haynes wrote:
> In article <m5m0vs87ihfqm2hepjejqkpt0rm8ij16gb_at_4ax.com>, Peter Holm
> <PHolm_at_gmx.de> writes
> >How do I get rid of this "Input truncated to x characters" Message in
> >sqlplus??? It always appears after ACCEPT or PAUSE has become some
> >input.
> >
> >I turned feedback and verify of. What is the reason for this message?
> >
> I seem to remember playing with this a while ago.
> In my case I have something like
> select whatever
> from wherever
> /
>
> and I got the message described, I seem to recall it was
> down to spaces or a newline after the /.
>
> Steve
Received on Fri Oct 27 2000 - 20:44:41 CEST