This page lists the most current information about
databases and some of their JDBC drivers that can be used for import data or extract XML
schema from database structure features. Information about what file(s) to load in the
Preferences->Database->JDBC Drivers as well as information about driver classes and URL
formats are also provided. An extensive list of JDBC drivers is also available at JDBC section
at Sun Microsystems.
Oracle 10.2.0.1.0: Oracle JDBC Driver 10.1.0.2.0
Files: ojdbc14.jar
Driver Class: oracle.jdbc.OracleDriver
URL: jdbc:oracle:thin:@<host>:<port1521>:<sid>
jdbc:oracle:oci:@<host>:<port1521>:<sid>
OBS: The same driver file used for both thin and OCI connections.