Byron,
If you're gonna help the guy, at least give him some helpful information. No wonder Oracle didn't consult you about naming their JDBC driver file.
Jacob,
The JDBC driver file should be part of the Oracle distribution. If you're trying to connect to Oracle, then I assume you have access to a server with Oracle installed on it. Therefore,
you should have access to the JDBC driver. On our Oracle 8.1.7.4 database, installed on a SUN [sparc] computer, the driver is located in the "jdbc/lib" subdirectory -- under the directory defined by the ORACLE_HOME environment variable. So, for us, the full path is:
/u/app/oracle/product/8.1.7/jdbc/lib/classes12.zip
Different Oracle versions use different JDBC drivers. All of the available drivers can be downloaded from here:
http://technet.oracle.com/software/tech/java/sqlj_jdbc/content.html Hope this helps you.
Good Luck,
Avi.