J
Joe Kinsella
Java JDBC defines four types of database drivers. A type 4 driver is a
native protocol, fully Java-enabled driver. For Oracle, this means the
driver is written to the socket based protocol supported by Oracle's TNS
Listener. Oracle's type 4 driver for Java has been widely used in the Java
community since it does not require an Oracle client to be installed on each
workstation.
A quick look at Oracle's downloads suggests they aren't making it easy for
..Net developers. For Java they provide both type 2 and 4 drivers, where
their type 2 driver even has a small 200K download that installs the
necessary OCI libraries for JDBC only. However, for .Net they only provide
a 75MB Oracle data provider for .Net that requires the Oracle client to be
installed, and also comes with a large, cumbersome, non-redistributable
installation.
Is Oracle or Microsoft planning to rectify this situation by providing an
equivalent to a Java type 4 driver for .Net? It seems a pre-requisite for
commercial software vendors to write .Net applications that interact with
Oracle.
Joe
native protocol, fully Java-enabled driver. For Oracle, this means the
driver is written to the socket based protocol supported by Oracle's TNS
Listener. Oracle's type 4 driver for Java has been widely used in the Java
community since it does not require an Oracle client to be installed on each
workstation.
A quick look at Oracle's downloads suggests they aren't making it easy for
..Net developers. For Java they provide both type 2 and 4 drivers, where
their type 2 driver even has a small 200K download that installs the
necessary OCI libraries for JDBC only. However, for .Net they only provide
a 75MB Oracle data provider for .Net that requires the Oracle client to be
installed, and also comes with a large, cumbersome, non-redistributable
installation.
Is Oracle or Microsoft planning to rectify this situation by providing an
equivalent to a Java type 4 driver for .Net? It seems a pre-requisite for
commercial software vendors to write .Net applications that interact with
Oracle.
Joe