In a procedure i am trying to store character data more than 4000 characters. Since, varchar2 doesnt allow more than 4000 bytes. What can be other probable solutions. Tried using CLOB but could get the desired results.