You will have to register, but all of the things you need will be there.
http://technet.oracle.com/membership/index.htm

Driver Name:    Oracle JDBC driver
Driver Version: 8.1.6.0.1
DatabaseProductName     Oracle
DatabaseProductVersion  Oracle8i Enterprise Edition Release 8.1.5.1.0 - Production
With the Partitioning and Java options

This job log from one of our connections.  I am guessing from the version info that
you may or may not have java options????

Mike

-----Original Message-----
From: Stephen Casey <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Wednesday, September 13, 2000 2:13 PM
Subject: JDBC desperation


>I am fighting a war here to introduce Java Servlets as an alternative to
>CGI/Active Server Pages.
>
>I am desperate to get my java servlet to connect to our Oracle database. My
>environment is as follows:
>
>Oracle 8.16 on IBM RS6000 (Unix) (with TCP/IP listner)
>Microsoft Win2000 Adv Server running IIS 5 web server
>JRun 3.0 Servlet engine
>JRE 1.2 (from JRun 3 install)
>Visual Cafe 3c IDE
>
>Can you tell me what JDBC driver (OCI/Thin?) I should use in my servlets to
>connect to Oracle 8i? I have tried using the 8.16 thin driver. I have placed
>both zipped and unzipped paths in my CLASSPATH and PATH environmental variables.
>I have tried both DriveManager.registerDriver and Class.forName.
>
>DriveManager.registerDriver( new oracle.jdbc.driver.OracleDriver()); will
>produce the following error:
>
>500 Internal Server Error
>javax.servlet.ServletException: oracle/jdbc/driver/OracleDriver
>java.lang.NoClassDefFoundError: oracle/jdbc/driver/OracleDriver
>
>Any ideas or anyplace you can recommend for help?
>
>?'s - Stephen 1-907-263-4315
>
>___________________________________________________________________________
>To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
>of the message "signoff SERVLET-INTEREST".
>
>Archives: http://archives.java.sun.com/archives/servlet-interest.html
>Resources: http://java.sun.com/products/servlet/external-resources.html
>LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to