How to convert varchar2 vairable to CLOB variable
529476Sep 14 2006 — edited Sep 15 2006Hi,
I want to convert my varchar2 vairable to CLOB to store data is there any way to do so ?
I have seen one pkg DBMS_LOB but I unable to understand & how to use that.
The DBMS_LOB package converts BFILE data to CLOB, not varchar to clob.
so If any one knows how I can write into BFILE and then I can convert it to CLOB.
Regards,
Sandeep Sharma