Please help me to convert a string of length more than 4000 (around 8200) to clob...
or
Need to insert charters of 8000 bytes to a clob column.
Long string coming from PHP.
Using PHP as front end.
String has length more than4000, so not able to save it as varchar2 as it support only 4000 bytes max. So need to insert the string to a CLOB column.
Its urgent
Thanks in advance