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 navigaor, select the project.
- Choose Project | Project Settings
to open the Project Settings dialog.
- Navigate to Configurations | Development | Libraries.
- In the Available Libraries list, select
the driver's library, 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)