I try to insert a long definition string - ~3000 characters - into a table column varchar2(4000). In SQL Plus - I get an error: 'SP2-0027: Input is too long (> 2499 characters) - line ignored'. When I do the same in PL/SQL Command Window everything is okay, no errors.
Is it Command Window set I would apply in SQL Plus or is it something else?
Is it Command Window set I would apply in SQL Plus or is it something else?