connecting jsp with oracle database

Reply

Join Date: Sep 2005
Posts: 5
Reputation: hsharma65 is an unknown quantity at this point 
Solved Threads: 0
hsharma65 hsharma65 is offline Offline
Newbie Poster

connecting jsp with oracle database

 
0
  #1
Oct 10th, 2005
how to connect jsp with oracle database
Reply With Quote Quick reply to this message  
Join Date: Aug 2005
Posts: 216
Reputation: hooknc is an unknown quantity at this point 
Solved Threads: 8
hooknc hooknc is offline Offline
Posting Whiz in Training

Re: connecting jsp with oracle database

 
0
  #2
Oct 13th, 2005
There is plenty of documentation on how to do JDBC out on the internet. Especially with connecting to an oracle database.

However, you might want to re-think doing JDBC code inside of a JDBC and instead place that code inside of a servlet.

Regards,

Nate
Reply With Quote Quick reply to this message  
Join Date: Sep 2005
Posts: 5
Reputation: hsharma65 is an unknown quantity at this point 
Solved Threads: 0
hsharma65 hsharma65 is offline Offline
Newbie Poster

Re: connecting jsp with oracle database

 
0
  #3
Oct 13th, 2005
thanx
Reply With Quote Quick reply to this message  
Join Date: Jan 2006
Posts: 1
Reputation: chubby is an unknown quantity at this point 
Solved Threads: 0
chubby chubby is offline Offline
Newbie Poster

Re: connecting jsp with oracle database

 
0
  #4
Jan 4th, 2006
how to connect oracle in JSP ,while tomcat running and what is type 4 drivers.
Reply With Quote Quick reply to this message  
Join Date: Nov 2004
Posts: 6,144
Reputation: jwenting is just really nice jwenting is just really nice jwenting is just really nice jwenting is just really nice 
Solved Threads: 212
Team Colleague
jwenting's Avatar
jwenting jwenting is offline Offline
duckman

Re: connecting jsp with oracle database

 
0
  #5
Jan 5th, 2006
You've not done a lot have you?
Any JDBC tutorial or book will tell you how to do your thing.
As people are clearly allowed to attack me but I'm not allowed to defend myself, I no longer post to this site.
Reply With Quote Quick reply to this message  
Join Date: May 2006
Posts: 2
Reputation: ponloges is an unknown quantity at this point 
Solved Threads: 0
ponloges ponloges is offline Offline
Newbie Poster

Re: connecting jsp with oracle database

 
0
  #6
May 5th, 2006
u can use ODBC driver or OCi driver that can be downloaded from the net. Follow the documentation present in the download to esablish the Connection
Reply With Quote Quick reply to this message  
Join Date: Apr 2006
Posts: 353
Reputation: aniseed is an unknown quantity at this point 
Solved Threads: 6
aniseed's Avatar
aniseed aniseed is offline Offline
Posting Whiz

Re: connecting jsp with oracle database

 
0
  #7
May 5th, 2006
Originally Posted by ponloges
u can use ODBC driver or OCi driver that can be downloaded from the net. Follow the documentation present in the download to esablish the Connection
The ODBC driver is not recommended since there are limited features available. Oracle supports a lot more features than what the bridge driver could. The OCI driver requires an Oracle client installation (i.e. native libraries). There is a type 4 driver (pure Java) available for Oracle [classes12.jar or ojdbc.jar depending on the version] which could be used.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC