passing a CLOB more than 4000 characters to SP
640875May 30 2008 — edited Jun 3 2008hi
i am getting some data from a webservcie as an xmlnode.i am accesing the webservice using .net and i am passing that xml node to oracle SP as a CLOB and then using
"dbms_xmlsave.insertxml" to store the data into oracle.
my problem is the data i am getting is huge and my CLOB parameter is not taking more than 4000 characters error is "string literal too long"
can some one help please?????????
thanks