Hi:
  I have some pretty big file to insert to the database. I tried the
example on the website, which use the string to store the content ,and
it doesn't work, probably because the string object can not hold that
big amount of data.
  What I wan to do is using other ways to load a fairly big xml file to
the database. I tried following, which don't work:

        1) I feed the byte[] to XMLResourceImpl constructor in order to 
           create a xmlresource object
        2) I create an DOM object and use XMLResource's setContentAsDOM

How can I load a big xml file into database without worring about the
limit on a string object?

  Thanks
-- 
Yue(Eric) Zhang
Database Analyst/DBA, TAPoR Project
Arts Department, University of Alberta
Edmonton, AB, Canada

Reply via email to