Results 1 to 2 of 2
Thread: Oracle DB with servlet
- 01-14-2011, 04:07 AM #1
Member
- Join Date
- Jan 2011
- Posts
- 1
- Rep Power
- 0
Oracle DB with servlet
Hi friends i am doing one project(web development using j2EE). In which i want to register and login the users, so i have to connect with oracle database(don't conclude for any other Db , i like oracle only). I'm using netbeans and oracle 8i for my project. How to connect the oracle with netbeans. Give me full details including program code.
- 01-14-2011, 09:39 AM #2
Moderator
- Join Date
- Apr 2009
- Posts
- 13,541
- Rep Power
- 27
8i?
Couldn't you find something a little less out of date?
Presuming this is an 8.1.7 db, you will be limited to either the classes12.jar and Java 1.2 or 1.3, or the ojdbc14.jar and Java 1.5. Those are the driver jar files which will need to be on your runtime classpath.
That should be plenty for you to actually achieve a connection. Anything else can be gained from the Oracle documentation for the drivers and the JDBC tutorial.
Similar Threads
-
how can i link html+servlet+xml to form servlet
By balachandarr in forum Java ServletReplies: 0Last Post: 04-15-2009, 05:06 PM -
Servlet - apache tomcat/glassfish server shuts down on servlet usage
By StewS in forum Java ServletReplies: 1Last Post: 12-02-2008, 01:23 AM -
Is there any way to transfer the file Streams from one servlet to another servlet .
By HenaPriyadarsini in forum Java ServletReplies: 0Last Post: 08-30-2008, 12:52 PM -
why oracle index can't work correctly in oracle?
By wwwlife in forum JDBCReplies: 0Last Post: 08-27-2008, 10:27 AM -
javax.servlet.ServletException: Wrapper cannot find servlet class util.t2
By osval in forum Advanced JavaReplies: 1Last Post: 08-07-2007, 04:47 PM
Bookmarks