• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

How to handle BLOB and CLOB?

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
My application collects data from oracle and stores it in xml files and again it can read the contents of xml files and store it back to the oracle. My programme is running fine. But now I want to handle BLOB and CLOB datatypes for storing the data from oracle to xml and again from xml to oracle. But I am in complete dark on handling CLOB and BLOB. Can anyone guide me in this matter? Or, how to proceed, at least.
Thanks -
Samit
 
Wanderer
Posts: 18671
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This question has nothing to do with SCJP, and everything to do with JDBC - so I'm moving it to the JDBC forum.
reply
    Bookmark Topic Watch Topic
  • New Topic