• 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

Oracle data types and WebSphere Connection Pool

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
using Oracle-specific data types such as
ArrayDescriptor and create it by a connection to an Oracle database
from a WebSphere datasource throw a ClassCastException. There is no
problem using these Oracle-specific data types when the connection
is obtained via the DriverManager. This is a bug.
http://www-1.ibm.com/support/docview.wss?uid=swg21052722
1- did oracle fix the bug?
2- no fix by websphere (I know BEA Weblogic has a work around) ?
3- any other solution ?
thank you very much!
 
Ranch Hand
Posts: 15304
6
Mac OS X IntelliJ IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Since you have already asked this question in the Websphere and Oracle forums, I am closing this one.
Please do not post the same question in multiple forums. The staff here is pretty good about moving posts that need to be moved to the appropriate place. So if you are unsure about where to post a question, rest assured it will be moved appropriatly and just pick the one you think is best.
Thanks.
 
reply
    Bookmark Topic Watch Topic
  • New Topic