The oracle client installation contains the JDBC drivers for Oracle.  At
least with Oracle8, they provide thin and OCI versions of the JDBC drivers.
There's also sample applications if you've never worked with JDBC.  These
are typically installed in the jdbc sub-directory off of the ORACLE_HOME (I
think the default is c:\orant).

Cheers,
Bruce Weber
Cambridge Technology Partners

-----Original Message-----
From: Frank <[EMAIL PROTECTED]>
To: Java Apache Users <[EMAIL PROTECTED]>
Date: Monday, April 19, 1999 7:48 PM
Subject: Re: Servlet to Oracle


>azizan jidin wrote:
>>
>> hello
>>
>> anyone could help me send a servlet code to connect to Oracle. This
>> code can do seaching to appropriate data in database. I wanna learn the
>> art of connectivity between servlets and Oracle database.
>>
>> 10q.
>>
>> _________________________________________________________
>> Do You Yahoo!?
>> Get your free @yahoo.com address at http://mail.yahoo.com
>>
>> ----------------------------------------------------------------
>> To subscribe:        [EMAIL PROTECTED]
>> To unsubscribe:      [EMAIL PROTECTED]
>> Archives and Other:  <http://java.apache.org/main/mail.html/>
>> Problems?:           [EMAIL PROTECTED]
>Hi, Azian -
>
>To connect a servlet to a database such as Oracle you need the JDBC
>(Java DataBase Connectivity) driver for the particular database version.
>It may be available for free; I know it is for Informix and MySQL
>databases.
>
>An excellant book on this subject is:
>
>"Database Programming with JDBC and Java" by George Reese
>  ISBN 1-56592-270-0
>
>It is very readable and not very expensive.
>
>Regards,
>Frank Goss
>Loveland Manufacturing Center
>Hewlett-Packard Company
>
>
>----------------------------------------------------------------
>To subscribe:        [EMAIL PROTECTED]
>To unsubscribe:      [EMAIL PROTECTED]
>Archives and Other:  <http://java.apache.org/main/mail.html/>
>Problems?:           [EMAIL PROTECTED]
>



----------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to