Modifying a Project to Use a Non-Default JDBC Driver
If your JDeveloper programming environment as been modified to allow the
use of a non-default JDBC driver, you can modify the current project to
use the new driver by performing these steps:
-
In the In the Application Navigator, select the project.
-
Choose Tools | Project Properties |
Profiles | Development | Libraries.
-
Select the driver's library from the list displayed, and transfer it
to the Selected Libraries list. The
driver's library was created when you registered the driver.
-
If necessary, order the list of selected libraries so that the library
you have just added appears before other driver libraries, or
libraries that pull in other driver libraries. These include:
-
Oracle JDBC
-
Enterprise Java Beans
If necessary, select the library you added and drag it up to the top
of the list.
-
Click OK to save your changes and close the dialog.
Related topics
Embedding SQL in Java Programs
with JDBC
Choosing a
JDBC Driver
Configuring Database
Connections
Registering a New Third-Party JDBC Driver
Connection Requirements for Oracle's Type 2 JDBC Drivers (OCI)
Copyright © 1997, 2004, Oracle.
All rights reserved.