Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Input truncated to ## characters

Re: Input truncated to ## characters

From: kiel <kiel_at_webpre.com>
Date: Wed, 06 May 1998 08:28:05 -0500
Message-ID: <35506565.337F@webpre.com>


Ben wrote:
>
> Hi, I'm using oracle at school (I'd rather be doing Cobol!) and I get
> this messages saying "input truncated to ## characters" Does anyone
> know A) what this is referring to and B) How to suppress this message
> with a set command or how to fix the error if it is one? Thanks allot

If you are using sql-plus and the ## are placeholders for actual numbers, that's the message you get when you have extra spaces at the end of an sql script.
Just make sure that your script's last line consists of a / only.

Christian Received on Wed May 06 1998 - 08:28:05 CDT

Original text of this message

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