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 In the Application Navigator, select the project.
  2. Choose Tools | Project Properties | Profiles | Development | Libraries.
  3. 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.
  4. 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.
  5. 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)

 

Copyright © 1997, 2004, Oracle. All rights reserved.