classes12.zip. on the web. All you need to do is download it and put it on ur classpath. No need to have an oracle client installed.
Vijay Naidu
System Analyst
-----------------------------------------------------------------
Smile Is A Curve That Makes Everything Straight. Keep Smiling
-----------------------------------------------------------------
From: "Lindsay, William (USPC.PCT.Hopewell)" <[EMAIL PROTECTED]>
Reply-To: "A mailing list for discussion about Sun Microsystem's Java Servlet API Technology." <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: JDBC with oracle
Date: Fri, 5 Apr 2002 12:24:11 -0500
We use the the thin client driver without installing Oracle, we just copy classes12.zip to the classpath.
-----Original Message-----
From: Margaret Fisk [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 05, 2002 12:08 PM
To: [EMAIL PROTECTED]
Subject: Re: JDBC with oracle
Just an additional note...
You must install the Oracle client on the machine you are using to run the servlets or map a permanent drive to a location where the Oracle client is installed.
Margaret
-----Original Message-----
From: Dahnke, Eric [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 05, 2002 9:14 AM
To: [EMAIL PROTECTED]
Subject: Re: JDBC with oracle
1. the drivers come with your oracle installation. on my windoze box they are here: /oracle/ora81/jdbc/lib/classes12.zip.
2. put the classes12.jar file in your classpath. use a connection string as follows in your code (Connection Conn = DriverManager.getConnection
"jdbc:oracle:thin:@10.1.1.15:1521:nxtdb","NXTDB01","passwd!"
-----Original Message-----
From: tejas patel [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 05, 2002 12:08 PM
To: [EMAIL PROTECTED]
Subject: JDBC with oracle
hello all,
I need some help regarding JDBC. At present I am using MSAccess as a database and sun.jdbc.odbc.JdbcOdbcDriver driver. We are migrating to Oracle database. now I need to change my servlet's code in
order to work with oracle database
My questions are
1. where can I download oracle.jdbc.driver.OracleDriver
2. What I need to configure in order to connect to oracle database. Do i need to change my classpath or I need to download addition library's.
Thanks
Tejas
_____
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
Chat with friends online, try MSN Messenger: Click Here
___________________________________________________________________________ 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
