• 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 Driver for WebSphere

 
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello
Can any one suggest all the drivers that are available for oracle on WebSphere.
I am currently ising the THIN driver.
Is there any thing like OCI driver for WebSphere.
Thanks & Regards
Naveen Kumar
 
Ranch Hand
Posts: 94
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thin, OCI are both accepted in WebSphere.
I think you have problem in CLOB.
Post your exception stack here.
 
Naveen Kumar
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Batsha,

I am providing the Excpetion details below.

Can you suggest me how to use the the OCI driver & from where to down load them.

Thanks & Regards

Naveen Kumar

Excpetion Details
[ August 02, 2004: Message edited by: Naveen Kumar ]
 
Ranch Hand
Posts: 133
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Naveen
its the same jdbc driver (i mean binary)
just change the jdbc url - jdbc.oracle.oci8:@tnsnameentry
& add the $ORACLE_HOME/jdbc/bin in ur LD_LIBRARY PATH in unix & in path in windows
Vinod
 
Naveen Kumar
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Vinod,
Thanks a lot. Now it is working.
Regards
Naveen
[ July 22, 2002: Message edited by: Naveen Kumar ]
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic