Hi friends ,

we have a column with width varchar2(4000) ,

we want to increase width to 6000 characters ....

if we migrate to LONG DATATYPE
how to use insert and select more than 4000 characters in sqlplus .

this column is extensively used in application ...

Thanks for your feedback .