DaniWeb IT Discussion Community

DaniWeb IT Discussion Community (http://www.daniweb.com/forums/)
-   JSP (http://www.daniweb.com/forums/forum24.html)
-   -   connecting jsp with oracle database (http://www.daniweb.com/forums/thread33683.html)

hsharma65 Oct 10th, 2005 6:00 pm
connecting jsp with oracle database
 
how to connect jsp with oracle database

hooknc Oct 13th, 2005 3:10 pm
Re: connecting jsp with oracle database
 
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

hsharma65 Oct 13th, 2005 3:16 pm
Re: connecting jsp with oracle database
 
thanx

chubby Jan 4th, 2006 10:13 am
Re: connecting jsp with oracle database
 
how to connect oracle in JSP ,while tomcat running and what is type 4 drivers.

jwenting Jan 5th, 2006 3:02 am
Re: connecting jsp with oracle database
 
You've not done a lot have you?
Any JDBC tutorial or book will tell you how to do your thing.

ponloges May 5th, 2006 8:18 am
Re: connecting jsp with oracle database
 
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

aniseed May 5th, 2006 10:17 am
Re: connecting jsp with oracle database
 
Quote:

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.


All times are GMT -4. The time now is 2:35 pm.

Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC