Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Help with SQL PLUS message 'Input truncated to ... characters'
In article <irVuGBAm$wQ3IwaA_at_treesong.demon.co.uk>,
Catherine_at_treesong.demon.co.uk says...
> I have got a problem using SQL*Plus: Release 3.3.3.0.0
> supplied with Personal Oracle7 Release 7.2.2.3.1 - 90 day trial license
>
> With the distributed and replication options
> PL/SQL Release 2.2.2.3.1 - Production
>
>
> The problem is, I keep getting a message following some queries,
> for example:
> 'Input truncated to 9 characters'
>
> the number varies occasionally, but not in an obvious way.
>
> I have tried altering column formats, length of headings, setting
> numwidth but can't trace the problem. As it is not an 'error' message I
> can't find it in error message listings. I have been trying for weeks to
> get rid of this message, can anyone spot the problem!
>
As you say this is only a message, nothing to worry about.
I guess you run SQL-Plus scipts like this :
SELECT... FROM... WHERE...
The position that causes the message is the '/' in the end. I can't remember the exact reason (have to check this at work) but it has to do with spaces behind the '/' or in the next line. Try to remove all whitespace behind the '/' except for one carriage return. Received on Wed May 19 1999 - 14:44:21 CDT
![]() |
![]() |