Hello! Everyone,
I want to use CLOB datatype instead of varchar2(4000), in which I want store limitless characters . However, its easy to declare the string based column to CLOB but the main problem is when i insert the paragraph it stores and on runtime when check it shows just a single line.. As am new, your guidance will help me a-lot thanks.