• 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
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

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