From the link you provided
all of the following are THIN drivers:
For use with JDK 1.4 (
JDBC 3.0 compatible)
ojdbc14.jar - JDBC classes (1,181,679 bytes) -
all JDBC 3.0 spec classes - this is generally the one you need ojdbc14_g.jar - JDBC classes with debug and trace(1,391,860 bytes) -
all JDBC 3.0 spec classes and some extra utilities ocrs12.zip - Additional RowSet support (36,764 bytes) -
separate RowSet Implementation - don't need it For use with JDK 1.2 and JDK 1.3 (
JDBC 2.0 compatible)
classes12.zip - JDBC classes (1,213,897 bytes) -
all JDBC 2.0 spec classes - this is generally the one you need if you want JDBC 2.0 implementation classes12_g.zip - JDBC classes with debug and trace (1,451,562 bytes) -
all JDBC 2.0 spec classes and some extra utilities classes12dms.jar - JDBC classes for use with Enterprise Manager (1,208,920 bytes)
classes12dms_g.jar - JDBC classes for use with EM and with debug and trace (1,446,753 bytes)
ocrs12.zip - Additional RowSet support (36,764 bytes)
nls_charset12.zip - Additional National Language character set support (1,813,731 bytes)
The skinny:
at this point all
you should need is ojdbc14.jar
Jamie
[ October 30, 2003: Message edited by: Jamie Robertson ]