I need a function that's allowed to insert into aCLOB field more than 4000
604007May 27 2008 — edited May 27 2008Since a week ago, I'm trying to search/write a function that will allowed me to get as input a large text (sometimes more that 4000 chars) and inserted it into a CLOB data type. I read all the documentation given here and founded myself. Could this issue be so fustrating and difficult, since I couldn't till yet find a solution? I'll more than apriciate any kind of solution. Call me stupid, but I'm so under preasure that my job now is more important that my ego. I'm working with Oracle 10g, the test table and field are:
clbtest(clbtest CLOB); Thanks a lot in advance!!!