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:

  1. In the navigaor, select the project.
  2. Choose Project | Project Settings to open the Project Settings dialog.
  3. Navigate to Configurations | Development | Libraries.
  4. 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.
  5. 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: If necessary, select the library you added and drag it up to the top of the list.
  6. Click OK to save your changes and close the dialog.

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)