DBD::Oracle and XMLType

2005-04-28 Thread Job Miller
Is there any way to bind a CLOB into the XMLType.createxml() call? The createXML has 4 different signatures, one is varchar2, one is clob. If the data is larger than 32k, I need to bind in a clob, but I am not really sure how to do it. I read the DBD::Oracle docs and looked at the

Re: DBD::Oracle and XMLType

2005-04-28 Thread Job Miller
After a little searching of archives, I found the same exact problem and the same self-proposed workaround almost a year ago. Is there a better way without creating another column in a temp table? I couldn't find a follow-up to this post. Job To: dbi-users-help[at]perl.org,

Re: DBD::Oracle and XMLType

2005-04-28 Thread Michael A Chase
On 04/28/2005 05:32 AM, Job Miller said: After a little searching of archives, I found the same exact problem and the same self-proposed workaround almost a year ago. Is there a better way without creating another column in a temp table? I couldn't find a follow-up to this post. There is an