I have a small doubt regarding data insertion in Oracle.
I am trying to insert String data(the length of data if 4500 chars) into oracle
database. I declared the field type as Varchar2(4000) (Oracle is not allowing me
set more than 4000 as length) then which field type I can use to serve my
purpose.
Please provide me a suitable way to set.