• 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 use oracle 9.2 driver for oracle817's CLOB?

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Now I use Oracle 9.2.0.3 jdbc to deal with oracle 817.Now I use createTemporary method to create C/BLOB.
I creat C/BLOB and insert into Oracle8,OK.
But when I select CLOB ,Some exception was threw.
My method is:

These method throws a "Bigger type length than Maximum" exception.
If I use oracle817 driver ,The method is ok. But that driver doesn't have temporary method.I want to use this method to insert C/Blob data to database.
How to use oracle9i driver to select oracle 817 Clob field?
Thanks. //bow
[ February 16, 2004: Message edited by: Chris Chen ]
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic