[SQL Tips and Traps] [Carol's HomePage]
Coloured Line

SQL using Oracle SQL*Plus

Input truncated to <n> characters

Coloured Line

Input truncated to <n> characters  is an annoying message.

I have used  <n> because the number of characters nominated in the message varies.   n  is the number of characters in the last non-blank line in your file.
Input truncated to 1 characters  is a common version - usually because you have  /  as the last non-blank line in your file.
Input truncated to 10 characters  is a common version - usually because you have  TTITLE OFF  as the last non-blank line in your file.

I get rid of this message by always putting an end-of-line character at the end of my code - that is, by hitting [Enter] so that the cursor is at the beginning of a new line.


Coloured Line

If adding an end-of-line (EOL) to your file doesn't seem to work for you, check:


[Top]

Coloured Line

Carol Edmondson   <carol@cs.anu.edu.au>
URL: http://computer/people/Carol.Edmondson/sql/InputTruncated.shtml
Last modified: 03 August 2006 17:43:06 EST