• 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
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Which driver to use

 
Ranch Hand
Posts: 126
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I�m doing an application on websphere 4.0 , I want to install oracle JDBC driver on my machine I have oracle 8I on the server while my machine(Client) have Oracle Ver. 7
From the documentation of oracle I cannont make out which JDBC driver I should install.
I�m pasting the Oracle�s document here.
These are the driver versions in the 8.1.7 release:
- JDBC OCI Driver 8.1.7 Client-side JDBC for use on a machine where OCI 8.1.7 is installed.
- JDBC Thin Driver 8.1.7 100% Java client-side JDBC for use in applets and applications.
- JDBC Thin Server-side Driver 8.1.7 JDBC for use by Java Stored Procedures or by Java CORBA objects running in Oracle 8.1.7. This driver is typically used in a middle tier server.
- JDBC Server-side Internal Driver 8.1.7 Server-side JDBC for use by Java Stored procedures or by Java CORBA objects running in Oracle 8.1.7. This driver used to be called the "JDBC Kprb Driver".
Or should I use Oracle 7 JDBC OCI and JDBC Thin Drivers
Thanks
Neha


 
Ranch Hand
Posts: 33
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
ur jdbc driver will be used which is present on the server (web server) and the server version which supports to that.
so if u have oracle 8i use the oracle 8i driver.

bye for now
Rajesh Purohit
------------------------------------------
visit me at www.geocities.com/rajesh_purohit
 
Ranch Hand
Posts: 1157
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You should use Oracle thin Drivers unless you want to connect on the server side, in which case you should use Oracle server-side kprb drivers.
Hope this helps,
Sandeep
SCJP2, OCSD(Oracle JDeveloper),OCED(Oracle Internet Platform)
 
Forget this weirdo. You guys wanna see something really neat? I just have to take off my shoe .... (hint: it's a tiny ad)
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic