Oracle

Oracle Error: SP2-0027: Input is too long (> 2499 characters) - line ignored

While executing an PL/SQL script today on our Oracle 10g Database I was confronted with this error message:

Oracle Error: SP2-0027: Input is too long (> 2499 characters) - line ignored

I then looked up the line of code in the sql script and copied it over to Oracle Developer and run it. To my surprise the code went trough without any errors. Well, after surfing around and looking for a solution I found a Oracle Technote saying that there is a limitation within the sqlplus application with line length and alike.

After all, the solution to this is very simple. We just had to insert a line break in the long code and sqlplus was happy with it.

I wish all solutions were so simple :-)

Sphere: Related Content

If you enjoyed this post, make sure you subscribe to the RSS feed!

Add Your Comment

speak up

Add your comment below, or trackback from your own site.

Subscribe to these comments.

Be nice. Keep it clean. Stay on topic. No spam.

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

*Required Fields