You can specify the JDBC driver by doing the following:
Install the driver on your machine.
Put all dynamic libraries that the connector requires at runtime in the
connectors/JDBC directory under the product directory.
Edit the connector's start file to include all relevant class
pathnames (including license information if required) in the
JDBCDRIVERPATH variable.
On UNIX, the start file is:
ProductDir/connectors/JDBC/start_JDBC.sh
On Windows, the start file is:
ProductDir\connectors\JDBC\start_JDBC.bat
Specify a value for the JDBCDriverClass configuration property.
Note:
For all features that it supports, the connector can operate with any driver
that follows the JDBC 2.0 or later specification. If the driver
does not support a particular feature, the connector does not function
properly. For example, if the driver does not support all method calls
used by the JDBC ODA, the JDBC ODA log indicates the process that the driver
does not support. In such a case, you must use a different
driver.