Hi,
This is my first post in this forum.
As regards Oracle Drivers, I would suggest you use the Oracle thin Driver.This is a Type-3 Driver which doesnot require any client installation.
This is how you could use it
For thin drivers, the Database URL is of the form :
jdbc:oracle:thin:@HostId:port:SidName
Oracle also ships one more driver, which is a server-side driver called KBRP driver.This driver is used specifically by EJBs to connect it to the DB.The speciality of this driver is it takes the connection information from the Connection the Client made to the server.The KBRP connection which is created cannot be closed.
You can establish a KBRP connection as follows:
Hope this helps,
Sandeep
- Sun Certified Programmer for Java 2 Platform Scored 93 per cent
- Oracle JDeveloper Rel. 3.0 - Develop Database Applications with Java Scored 56 out of 59
- IBM Enterprise Connectivity with J2EE Scored 72 per cent
- Enterprise Development on the Oracle Internet Platform Scored 44 out of 56
[This message has been edited by Desai Sandeep (edited June 01, 2001).]