Oracle database connections

Use the New Database Connection wizard or pages that are embedded in other wizards to connect to an Oracle database.

The Oracle THIN JDBC Driver is supported for Oracle databases.

Oracle JDBC Drivers

The Oracle JDBC Drivers are included with Oracle databases. You can also download these JDBC drivers from www.oracle.com/. Search for "JDBC driver download" on the Oracle Web site, or go to http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/index.html

The Oracle JDBC drivers are in the following Jar files:
  • classes12.jar or classes12.zip for JDK version 1.2 or 1.3
  • ojdbc14.jar or ojdbc14.zip when using JDK version 1.4
Related concepts
Overview of database connections
Related tasks
Connecting to a database by using a wizard
Related reference
Connection Parameters page
Filter page
New or Existing Connection page

Feedback