Search notes:

SP2-0341: line overflow during variable substitution

SQL*Plus cannot process command lines that are longer than 3000 characters.
The maximum length of an input line before variable substitution is 4999 character. If this limit is exceeded, a SP2-0027: Input is too long (> 4999 characters) - line ignored error is thrown.

See also

The start command
In SQLcl, there is no such line length limit.

Index