JDBC uses a driver manager to support different drivers, so that you can connect to multiple database servers. To connect your database application to a data server, you must have available the appropriate JDBC driver. JDeveloper provides the Oracle Thin and OCI JDBC drivers. OCI for Oracle is the default driver. If you wish you may install a non-default JDBC driver.
Consider the following when choosing a JDBC driver to use for your application or applet:
Note: When the JDBC Thin driver is used with an applet, the client browser must have the capability to support Java sockets.
For more information, see the Oracle9i JDBC Developer's Guide
and Reference. This document is available online at the Oracle Technology
Network (OTN) website, at otn.oracle.com/docs/products/oracle9i/content.html.
Embedding SQL in Java Programs with
JDBC
Modifying a Project to Use a Non-Default
JDBC Driver
Configuring Database Connections
Registering a New Third-Party
JDBC Driver
Connection Requirements for Oracle's
Type 2 JDBC Drivers (OCI)