• 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

ojdbc14_g.jar problem

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Greetings fellow rangers,
I would like to enable some more logging in the project that I am working on. For this reason I tried to exchange the ojdbc14.jar with the ojdbc14_g.jar. According to Oracle, it is the same driver, only with added logging functionality (ojdbc14_g.jar:
Same as ojdbc14.jar except compiled with the -g option to include debugging information and with java.util.logging calls included.
). Both files are the same version (10.2.0.3). Of course it won't work, otherwise I wouldn't be posting ;) I get a rather long stacktrace once i change to ojdbc14_g.jar, the part that seems to hold the problem is:
java.lang.NoSuchMethodError:
oracle.sql.CharacterSet.AL32UTF8ToString([BIIZ)Ljava/lang/String

It would be great if somebody could offer me advice on this one.
 
There's a way to do it better - find it. -Edison. A better tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic