• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

how to get SYS.XMLTYPE with result set

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
i have a problem,
I have to read an (oracle 9i) database colum which uses SYS.XMLTYPE

won't work for that, and I also tried or .
does anyone have an idea how to get it?
thank you so much!
darlene
 
Ranch Hand
Posts: 1143
1
Eclipse IDE Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Darlene,
If you haven't already discovered them, perhaps these samples (from Oracle's OTN Web site will be of help:

http://www.oracle.com/technology/sample_code/tech/java/codesnippet/jsp/xmltype/index.html

http://www.oracle.com/technology/sample_code/tech/java/sqlj_jdbc/files/9i_jdbc/XMLTypeSample/Readme.html

Good Luck,
Avi.
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi darlene,
look at this. Its great!
https://cwisdb.cc.kuleuven.ac.be/ora10doc/appdev.101/b10790/xdb11jav.htm
 
reply
    Bookmark Topic Watch Topic
  • New Topic